public class ExtendedServiceEvent
extends org.osgi.framework.ServiceEvent
MODIFIED, MODIFIED_ENDMATCH, REGISTERED, UNREGISTERING
source
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) |
List<AbstractComponentManager<?>> |
getManagers() |
getSource, toString
public ExtendedServiceEvent(org.osgi.framework.ServiceEvent source)
public ExtendedServiceEvent(int type, org.osgi.framework.ServiceReference ref)
public void addComponentManager(AbstractComponentManager<?> manager)
public List<AbstractComponentManager<?>> getManagers()
public void activateManagers()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.