|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRegistration | |
---|---|
org.osgi.framework | Framework Package Version 1.4. |
Uses of ServiceRegistration in org.osgi.framework |
---|
Methods in org.osgi.framework that return ServiceRegistration | |
---|---|
ServiceRegistration |
BundleContext.registerService(String[] clazzes,
Object service,
Dictionary properties)
Registers the specified service object with the specified properties under the specified class names into the Framework. |
ServiceRegistration |
BundleContext.registerService(String clazz,
Object service,
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 | |
---|---|
Object |
ServiceFactory.getService(Bundle bundle,
ServiceRegistration registration)
Creates a new service object. |
void |
ServiceFactory.ungetService(Bundle bundle,
ServiceRegistration registration,
Object service)
Releases a service object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |