Package org.jitsi.impl.osgi.framework
Class ServiceRegistrationImpl<S>
- java.lang.Object
-
- org.jitsi.impl.osgi.framework.ServiceRegistrationImpl<S>
-
- All Implemented Interfaces:
org.osgi.framework.ServiceRegistration<S>
public class ServiceRegistrationImpl<S> extends Object implements org.osgi.framework.ServiceRegistration<S>
- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description ServiceRegistrationImpl(BundleImpl bundle, long serviceId, String[] classNames, S service, Dictionary<String,?> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.ServiceReference<S>getReference()voidsetProperties(Dictionary properties)voidunregister()
-
-
-
Constructor Detail
-
ServiceRegistrationImpl
public ServiceRegistrationImpl(BundleImpl bundle, long serviceId, String[] classNames, S service, Dictionary<String,?> properties)
-
-
Method Detail
-
getReference
public org.osgi.framework.ServiceReference<S> getReference()
- Specified by:
getReferencein interfaceorg.osgi.framework.ServiceRegistration<S>
-
setProperties
public void setProperties(Dictionary properties)
- Specified by:
setPropertiesin interfaceorg.osgi.framework.ServiceRegistration<S>
-
unregister
public void unregister()
- Specified by:
unregisterin interfaceorg.osgi.framework.ServiceRegistration<S>
-
-