public class ServiceRegistrationWrapper
extends java.lang.Object
implements org.osgi.framework.ServiceRegistration
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.ServiceRegistration |
delegate |
| Constructor and Description |
|---|
ServiceRegistrationWrapper(org.osgi.framework.ServiceRegistration delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.ServiceReference |
getReference() |
void |
setProperties(java.util.Dictionary properties) |
void |
swap(org.osgi.framework.ServiceRegistration other) |
void |
unregister() |
public ServiceRegistrationWrapper(org.osgi.framework.ServiceRegistration delegate)
public org.osgi.framework.ServiceReference getReference()
getReference in interface org.osgi.framework.ServiceRegistrationpublic void setProperties(java.util.Dictionary properties)
setProperties in interface org.osgi.framework.ServiceRegistrationpublic void swap(org.osgi.framework.ServiceRegistration other)
public void unregister()
unregister in interface org.osgi.framework.ServiceRegistration