org.apache.aries.blueprint.container
Class ServiceListener
java.lang.Object
org.apache.aries.blueprint.container.ServiceListener
public class ServiceListener
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceListener
public ServiceListener()
setListener
public void setListener(java.lang.Object listener)
setRegisterMethod
public void setRegisterMethod(java.lang.String method)
setUnregisterMethod
public void setUnregisterMethod(java.lang.String method)
setBlueprintContainer
public void setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer)
register
public void register(java.lang.Object service,
java.util.Map properties)
unregister
public void unregister(java.lang.Object service,
java.util.Map properties)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.