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.ServiceRegistration
public void setProperties(Dictionary properties)
setProperties
in interface org.osgi.framework.ServiceRegistration
public void swap(org.osgi.framework.ServiceRegistration other)
public void unregister()
unregister
in interface org.osgi.framework.ServiceRegistration
Copyright © 2006–2017. All rights reserved.