Package org.nuxeo.osgi.services
Class ServiceRegistrationImpl
java.lang.Object
org.nuxeo.osgi.services.ServiceRegistrationImpl
- All Implemented Interfaces:
org.osgi.framework.ServiceRegistration
public class ServiceRegistrationImpl
extends Object
implements org.osgi.framework.ServiceRegistration
Dummy service registration impl.
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]protected OSGiAdapterprotected ServiceReferenceImpl -
Constructor Summary
ConstructorsConstructorDescriptionServiceRegistrationImpl(OSGiAdapter osgi, org.osgi.framework.Bundle bundle, String[] classes, Object service) -
Method Summary
Modifier and TypeMethodDescriptionorg.osgi.framework.ServiceReferencevoidsetProperties(Dictionary properties) void
-
Field Details
-
osgi
-
classes
-
ref
-
-
Constructor Details
-
ServiceRegistrationImpl
public ServiceRegistrationImpl(OSGiAdapter osgi, org.osgi.framework.Bundle bundle, String[] classes, Object service)
-
-
Method Details
-
getReference
public org.osgi.framework.ServiceReference getReference()- Specified by:
getReferencein interfaceorg.osgi.framework.ServiceRegistration
-
setProperties
- Specified by:
setPropertiesin interfaceorg.osgi.framework.ServiceRegistration
-
unregister
public void unregister()- Specified by:
unregisterin interfaceorg.osgi.framework.ServiceRegistration
-