Package | Description |
---|---|
org.osgi.framework |
Framework Package Version 1.5.
|
org.osgi.util.xml |
XML Parser Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
XMLParserActivator.getService(Bundle bundle,
ServiceRegistration registration)
Creates a new XML Parser Factory object.
|
void |
XMLParserActivator.ungetService(Bundle bundle,
ServiceRegistration registration,
Object service)
Releases a XML Parser Factory object.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.