|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRegistration | |
---|---|
org.apache.felix.framework | |
org.osgi.framework |
Uses of ServiceRegistration in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return ServiceRegistration | |
---|---|
ServiceRegistration |
ServiceRegistry.registerService(Bundle bundle,
java.lang.String[] classNames,
java.lang.Object svcObj,
java.util.Dictionary dict)
|
Methods in org.apache.felix.framework with parameters of type ServiceRegistration | |
---|---|
void |
ServiceRegistry.unregisterService(Bundle bundle,
ServiceRegistration reg)
|
Uses of ServiceRegistration in org.osgi.framework |
---|
Methods in org.osgi.framework that return ServiceRegistration | ||
---|---|---|
|
BundleContext.registerService(java.lang.Class<S> clazz,
S service,
java.util.Dictionary<java.lang.String,?> properties)
Registers the specified service object with the specified properties under the specified class name with the Framework. |
|
ServiceRegistration<?> |
BundleContext.registerService(java.lang.String[] clazzes,
java.lang.Object service,
java.util.Dictionary<java.lang.String,?> 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<java.lang.String,?> 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 | |
---|---|
S |
ServiceFactory.getService(Bundle bundle,
ServiceRegistration<S> registration)
Creates a new service object. |
void |
ServiceFactory.ungetService(Bundle bundle,
ServiceRegistration<S> registration,
S service)
Releases a service object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |