org.drools.osgi.api
Class Activator.DroolsServiceTracker
java.lang.Object
   org.drools.osgi.api.Activator.DroolsServiceTracker
org.drools.osgi.api.Activator.DroolsServiceTracker
- All Implemented Interfaces: 
- org.osgi.util.tracker.ServiceTrackerCustomizer
- Enclosing class:
- Activator
- public static class Activator.DroolsServiceTracker 
- extends Object- implements org.osgi.util.tracker.ServiceTrackerCustomizer
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Activator.DroolsServiceTracker
public Activator.DroolsServiceTracker(org.osgi.framework.BundleContext bc,
                                      Activator activator)
addingService
public Object addingService(org.osgi.framework.ServiceReference ref)
- 
- Specified by:
- addingServicein interface- org.osgi.util.tracker.ServiceTrackerCustomizer
 
- 
 
modifiedService
public void modifiedService(org.osgi.framework.ServiceReference arg0,
                            Object arg1)
- 
- Specified by:
- modifiedServicein interface- org.osgi.util.tracker.ServiceTrackerCustomizer
 
- 
 
removedService
public void removedService(org.osgi.framework.ServiceReference ref,
                           Object arg1)
- 
- Specified by:
- removedServicein interface- org.osgi.util.tracker.ServiceTrackerCustomizer
 
- 
 
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.