|
OSGi Service Platform Release 4 (draft) |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRegistration | |
org.osgi.framework | The OSGi Framework Package. |
org.osgi.util.xml | The OSGi XML Parser service Package. |
Uses of ServiceRegistration in org.osgi.framework |
Methods in org.osgi.framework that return ServiceRegistration | |
ServiceRegistration |
BundleContext.registerService(java.lang.String[] clazzes,
java.lang.Object service,
java.util.Dictionary properties)
Registers the specified service object with the specified properties under the specified class names into the Framework. |
ServiceRegistration |
BundleContext.registerService(java.lang.String clazz,
java.lang.Object service,
java.util.Dictionary properties)
Registers the specified service object with the specified properties under the specified class name with the Framework. |
Methods in org.osgi.framework with parameters of type ServiceRegistration | |
java.lang.Object |
ServiceFactory.getService(Bundle bundle,
ServiceRegistration registration)
Creates a new service object. |
void |
ServiceFactory.ungetService(Bundle bundle,
ServiceRegistration registration,
java.lang.Object service)
Releases a service object. |
Uses of ServiceRegistration in org.osgi.util.xml |
Methods in org.osgi.util.xml with parameters of type ServiceRegistration | |
java.lang.Object |
XMLParserActivator.getService(Bundle bundle,
ServiceRegistration registration)
Creates a new XML Parser Factory object. |
void |
XMLParserActivator.ungetService(Bundle bundle,
ServiceRegistration registration,
java.lang.Object service)
Releases a XML Parser Factory object. |
|
OSGi Service Platform Release 4 (draft) |
||||||||||
PREV NEXT | FRAMES NO FRAMES |