org.eclipse.gemini.blueprint.service.exporter.support.internal.support
Class ServiceRegistrationDecorator
java.lang.Object
org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationDecorator
- All Implemented Interfaces:
- org.osgi.framework.ServiceRegistration
public class ServiceRegistrationDecorator
- extends Object
- implements org.osgi.framework.ServiceRegistration
Decorator class for ServiceReference
which add notification for ServiceRegistration.unregister()
method when dealing with listeners.
- Author:
- Costin Leau
ServiceRegistrationDecorator
public ServiceRegistrationDecorator(org.osgi.framework.ServiceRegistration registration)
getReference
public org.osgi.framework.ServiceReference getReference()
- Specified by:
getReference
in interface org.osgi.framework.ServiceRegistration
setProperties
public void setProperties(Dictionary properties)
- Specified by:
setProperties
in interface org.osgi.framework.ServiceRegistration
unregister
public void unregister()
- Specified by:
unregister
in interface org.osgi.framework.ServiceRegistration
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2012. All Rights Reserved.