Uses of Interface
org.demac.context.registry.ServiceHandle

Packages that use ServiceHandle
org.demac.context   
org.demac.context.registry   
org.demac.context.registry.service   
org.demac.impl.j2me.context   
org.demac.impl.j2me.context.registry   
org.demac.impl.j2me.context.registry.service   
org.demac.impl.j2me.process.core.adapter   
 

Uses of ServiceHandle in org.demac.context
 

Methods in org.demac.context with parameters of type ServiceHandle
 ServiceObject ServiceFactory.getFunctionalServiceObject(ServiceHandle handle, Criteria criteria)
           
 RawDataService ContextService.getService(ServiceHandle handle)
           
 RawDataService ContextService.getService(ServiceHandle handle, Criteria criteria)
           
 boolean ContextService.isServiceAvailable(ServiceHandle handle, java.lang.String type)
           
 boolean ContextService.isServiceAvailable(ServiceHandle handle, java.lang.String type, Criteria criteria)
           
 void ContextService.lookupServiceObject(java.lang.String id, ServiceHandle handle, Criteria criteria)
          Method to look up Services in the local registry and in the vicinity.
 int ContextService.removeLokalService(ServiceHandle serviceHandle)
           
 

Uses of ServiceHandle in org.demac.context.registry
 

Methods in org.demac.context.registry with parameters of type ServiceHandle
 RawDataService ServiceRegistry.getRawDataService(ServiceHandle handle)
           
 java.lang.String DemacServiceDiscoveryManager.service_discovery(ServiceHandle serviceHandle, java.lang.String ServiceType, Criteria criteria)
           
 int DemacServiceDiscoveryManager.service_register(ServiceHandle serviceHandle, java.lang.String serviceType, java.lang.Object serviceBody)
           
 int DemacServiceDiscoveryManager.service_remove(ServiceHandle serviceHandle)
           
 

Uses of ServiceHandle in org.demac.context.registry.service
 

Methods in org.demac.context.registry.service that return ServiceHandle
 ServiceHandle RawDataService.getHandle()
           
 

Constructors in org.demac.context.registry.service with parameters of type ServiceHandle
UnknownServiceException(ServiceHandle handle)
          Constructor
 

Uses of ServiceHandle in org.demac.impl.j2me.context
 

Methods in org.demac.impl.j2me.context with parameters of type ServiceHandle
 ServiceObject ServiceFactoryImpl.getFunctionalServiceObject(ServiceHandle handle, Criteria criteria)
          Methode zum Suchen nach verfügbaren Diensten und Generieren der Service - Typ - abhängigen Stellvertreter - Objekten
 RawDataService ContextServiceImpl.getService(ServiceHandle handle)
           
 RawDataService ContextServiceImpl.getService(ServiceHandle handle, Criteria criteria)
           
 boolean ContextServiceImpl.isServiceAvailable(ServiceHandle handle, java.lang.String type)
           
 boolean ContextServiceImpl.isServiceAvailable(ServiceHandle handle, java.lang.String type, Criteria criteria)
           
 void ContextServiceImpl.lookupServiceObject(java.lang.String id, ServiceHandle handle, Criteria criteria)
           
 int ContextServiceImpl.removeLokalService(ServiceHandle serviceHandle)
          Methode zum Loeschen lokal verfügbaren Dienste
 java.lang.String ServiceFactoryImpl.serviceDiscovery(ServiceHandle handle, Criteria criteria)
          Methode zur Suche nach verfügbaren Diensten mit einem bekannten ServiceType (z.B. demac.rmi)
 

Uses of ServiceHandle in org.demac.impl.j2me.context.registry
 

Classes in org.demac.impl.j2me.context.registry that implement ServiceHandle
 class ServiceHandleImpl
           
 

Methods in org.demac.impl.j2me.context.registry with parameters of type ServiceHandle
 RawDataService ServiceRegistryImpl.getRawDataService(ServiceHandle handle)
           
 java.lang.String DemacServiceDiscoveryManagerImpl.service_discovery(ServiceHandle sh, java.lang.String serviceType, Criteria criteria)
          Methode zur Ermöglichung der Dienstsuche anhand des ServiceHandle, des ServiceType und der nichtfunktionalen Paramter (Criteria-Objekt).
 int DemacServiceDiscoveryManagerImpl.service_register(ServiceHandle sh, java.lang.String serviceType, java.lang.Object sb)
          ^ * Methode zur Registrierung eines neuen Services anhand des ServiceHandles, des ServiceTypes und des ServiceBodys.
 int DemacServiceDiscoveryManagerImpl.service_remove(ServiceHandle sh)
          Methode, zur deregistrierung eines Dienstes anhand des ServiceHandles Rückgabe: 1 falls erfolgreich, 0 falls Dienst nicht gefunden, -1 falls DSDM nicht gestartet.
 

Uses of ServiceHandle in org.demac.impl.j2me.context.registry.service
 

Fields in org.demac.impl.j2me.context.registry.service declared as ServiceHandle
static ServiceHandle UserCalendarServiceImpl.HANDLE
           
static ServiceHandle SymbolicalLocationServiceImpl.HANDLE
           
static ServiceHandle ProcessSettingsServiceImpl.HANDLE
           
static ServiceHandle LocationServiceImpl.HANDLE
           
static ServiceHandle DevicePropertiesServiceImpl.HANDLE
           
static ServiceHandle ConnectionPropertiesServiceImpl.HANDLE
           
 

Methods in org.demac.impl.j2me.context.registry.service that return ServiceHandle
 ServiceHandle UserCalendarServiceImpl.getHandle()
           
 ServiceHandle SymbolicalLocationServiceImpl.getHandle()
           
 ServiceHandle RawDataServiceImpl.getHandle()
           
 ServiceHandle ProcessSettingsServiceImpl.getHandle()
           
 ServiceHandle LocationServiceImpl.getHandle()
           
 ServiceHandle DevicePropertiesServiceImpl.getHandle()
           
 ServiceHandle ConnectionPropertiesServiceImpl.getHandle()
           
 

Uses of ServiceHandle in org.demac.impl.j2me.process.core.adapter
 

Methods in org.demac.impl.j2me.process.core.adapter that return ServiceHandle
 ServiceHandle RequestServiceJob.getContextServiceHandle()