Uses of Interface
org.osgi.framework.ServiceRegistration

Packages that use ServiceRegistration
org.apache.felix.framework   
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.equinox.log.internal   
org.eclipse.osgi.framework.console   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.baseadaptor.weaving   
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.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
 java.lang.Object ConsoleSession.getService(Bundle bundle, ServiceRegistration<java.lang.Object> registration)
           
 void ConsoleSession.ungetService(Bundle bundle, ServiceRegistration<java.lang.Object> 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
<S> ServiceRegistration<S>
BundleContextImpl.registerService(java.lang.Class<S> clazz, S service, java.util.Dictionary<java.lang.String,?> properties)
           
 ServiceRegistration<?> BundleContextImpl.registerService(java.lang.String[] clazzes, java.lang.Object service, java.util.Dictionary<java.lang.String,?> properties)
          Register a service with multiple names.
 ServiceRegistration<?> BundleContextImpl.registerService(java.lang.String clazz, java.lang.Object service, java.util.Dictionary<java.lang.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(java.lang.String name, java.lang.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(java.lang.Object hook, ServiceRegistration<?> hookRegistration)
           
 

Constructor parameters in org.eclipse.osgi.internal.baseadaptor.weaving with type arguments of type ServiceRegistration
WovenClassImpl(java.lang.String className, byte[] bytes, java.security.ProtectionDomain domain, BundleLoader loader, ServiceRegistry registry, java.util.Map<ServiceRegistration<?>,java.lang.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(java.lang.Object hook, ServiceRegistration<?> hookRegistration)
          Call the specified hook.
 

Uses of ServiceRegistration in org.osgi.framework
 

Methods in org.osgi.framework that return ServiceRegistration
<S> ServiceRegistration<S>
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.
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.