|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceRegistration | |
|---|---|
| org.apache.felix.framework | |
| org.eclipse.osgi.framework.console | |
| org.eclipse.osgi.framework.internal.core | |
| org.eclipse.osgi.internal.baseadaptor | |
| org.eclipse.osgi.internal.serviceregistry | |
| org.osgi.framework | Framework Package Version 1.5. |
| 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.eclipse.osgi.framework.console |
|---|
| Methods in org.eclipse.osgi.framework.console with parameters of type ServiceRegistration | |
|---|---|
java.lang.Object |
ConsoleSession.getService(Bundle bundle,
ServiceRegistration registration)
|
void |
ConsoleSession.ungetService(Bundle bundle,
ServiceRegistration registration,
java.lang.Object service)
|
| Uses of ServiceRegistration in org.eclipse.osgi.framework.internal.core |
|---|
| Methods in org.eclipse.osgi.framework.internal.core that return ServiceRegistration | |
|---|---|
ServiceRegistration |
BundleContextImpl.registerService(java.lang.String[] clazzes,
java.lang.Object service,
java.util.Dictionary properties)
Register a service with multiple names. |
ServiceRegistration |
BundleContextImpl.registerService(java.lang.String clazz,
java.lang.Object service,
java.util.Dictionary properties)
Register a service with a single name. |
| Uses of ServiceRegistration in org.eclipse.osgi.internal.baseadaptor |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor that return ServiceRegistration | |
|---|---|
static ServiceRegistration |
AdaptorUtil.register(java.lang.String name,
java.lang.Object service,
BundleContext context)
Register a service object. |
| Uses of ServiceRegistration in org.eclipse.osgi.internal.serviceregistry |
|---|
| Classes in org.eclipse.osgi.internal.serviceregistry that implement ServiceRegistration | |
|---|---|
class |
ServiceRegistrationImpl
A registered service. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||