public class ExtendedServiceEvent
extends org.osgi.framework.ServiceEvent
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractComponentManager<?>> |
managers |
Constructor and Description |
---|
ExtendedServiceEvent(int type,
org.osgi.framework.ServiceReference ref) |
ExtendedServiceEvent(org.osgi.framework.ServiceEvent source) |
Modifier and Type | Method and Description |
---|---|
void |
activateManagers() |
void |
addComponentManager(AbstractComponentManager<?> manager) |
java.util.List<AbstractComponentManager<?>> |
getManagers() |
private java.util.List<AbstractComponentManager<?>> managers
public ExtendedServiceEvent(org.osgi.framework.ServiceEvent source)
public ExtendedServiceEvent(int type, org.osgi.framework.ServiceReference ref)
public void addComponentManager(AbstractComponentManager<?> manager)
public java.util.List<AbstractComponentManager<?>> getManagers()
public void activateManagers()