|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceRegistration in org.apache.felix.framework |
|---|
| Methods in org.apache.felix.framework that return ServiceRegistration | |
|---|---|
ServiceRegistration |
ServiceRegistry.registerService(Bundle bundle,
String[] classNames,
Object svcObj,
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.core.runtime.internal.adaptor |
|---|
| Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type ServiceRegistration | |
|---|---|
FrameworkLog |
EclipseLogFactory.getService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration)
|
void |
EclipseLogFactory.ungetService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration,
FrameworkLog service)
|
| Uses of ServiceRegistration in org.eclipse.equinox.log.internal |
|---|
| Methods in org.eclipse.equinox.log.internal with parameters of type ServiceRegistration | |
|---|---|
ExtendedLogReaderServiceImpl |
ExtendedLogReaderServiceFactory.getService(Bundle bundle,
ServiceRegistration<ExtendedLogReaderServiceImpl> registration)
|
ExtendedLogServiceImpl |
ExtendedLogServiceFactory.getService(Bundle bundle,
ServiceRegistration<ExtendedLogService> registration)
|
void |
ExtendedLogReaderServiceFactory.ungetService(Bundle bundle,
ServiceRegistration<ExtendedLogReaderServiceImpl> registration,
ExtendedLogReaderServiceImpl service)
|
void |
ExtendedLogServiceFactory.ungetService(Bundle bundle,
ServiceRegistration<ExtendedLogService> registration,
ExtendedLogService service)
|
| Uses of ServiceRegistration in org.eclipse.osgi.framework.console |
|---|
| Methods in org.eclipse.osgi.framework.console with parameters of type ServiceRegistration | |
|---|---|
Object |
ConsoleSession.getService(Bundle bundle,
ServiceRegistration<Object> registration)
|
void |
ConsoleSession.ungetService(Bundle bundle,
ServiceRegistration<Object> registration,
Object service)
|
| Uses of ServiceRegistration in org.eclipse.osgi.framework.internal.core |
|---|
| Methods in org.eclipse.osgi.framework.internal.core that return ServiceRegistration | ||
|---|---|---|
|
BundleContextImpl.registerService(Class<S> clazz,
S service,
Dictionary<String,?> properties)
|
|
ServiceRegistration<?> |
BundleContextImpl.registerService(String[] clazzes,
Object service,
Dictionary<String,?> properties)
Register a service with multiple names. |
|
ServiceRegistration<?> |
BundleContextImpl.registerService(String clazz,
Object service,
Dictionary<String,?> 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(String name,
Object service,
BundleContext context)
Register a service object. |
| Uses of ServiceRegistration in org.eclipse.osgi.internal.baseadaptor.weaving |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor.weaving that return ServiceRegistration | |
|---|---|
ServiceRegistration<?> |
WovenClassImpl.getErrorHook()
|
| Methods in org.eclipse.osgi.internal.baseadaptor.weaving with parameters of type ServiceRegistration | |
|---|---|
void |
WovenClassImpl.call(Object hook,
ServiceRegistration<?> hookRegistration)
|
| Constructor parameters in org.eclipse.osgi.internal.baseadaptor.weaving with type arguments of type ServiceRegistration | |
|---|---|
WovenClassImpl(String className,
byte[] bytes,
BundleEntry entry,
ProtectionDomain domain,
BundleLoader loader,
ServiceRegistry registry,
Map<ServiceRegistration<?>,Boolean> blacklist)
|
|
| Uses of ServiceRegistration in org.eclipse.osgi.internal.serviceregistry |
|---|
| Classes in org.eclipse.osgi.internal.serviceregistry that implement ServiceRegistration | |
|---|---|
class |
ServiceRegistrationImpl<S>
A registered service. |
| Methods in org.eclipse.osgi.internal.serviceregistry with parameters of type ServiceRegistration | |
|---|---|
void |
HookContext.call(Object hook,
ServiceRegistration<?> hookRegistration)
Call the specified hook. |
| Uses of ServiceRegistration in org.osgi.framework |
|---|
| Methods in org.osgi.framework that return ServiceRegistration | ||
|---|---|---|
|
BundleContext.registerService(Class<S> clazz,
S service,
Dictionary<String,?> properties)
Registers the specified service object with the specified properties under the specified class name with the Framework. |
|
ServiceRegistration<?> |
BundleContext.registerService(String[] clazzes,
Object service,
Dictionary<String,?> 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<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 | |||||||||