public class ServiceRegistrationWrapper extends Object implements org.osgi.framework.ServiceRegistration
| Constructor and Description |
|---|
ServiceRegistrationWrapper(org.osgi.framework.ServiceRegistration delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.ServiceReference |
getReference() |
void |
setProperties(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(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.ServiceRegistrationCopyright © 2006–2016. All rights reserved.