org.demac.context.registry
Interface ServiceRegistry

All Superinterfaces:
Service
All Known Implementing Classes:
ServiceRegistryImpl

public interface ServiceRegistry
extends Service

Dummy Service for dilevering dummy Servive for enabling context awareness. Should be extended/refactored.


Method Summary
 RawDataService[] getAllServices()
           
 RawDataService getRawDataService(ServiceHandle handle)
           
 
Methods inherited from interface org.demac.Service
isStarted, start, stop
 

Method Detail

getAllServices

RawDataService[] getAllServices()

getRawDataService

RawDataService getRawDataService(ServiceHandle handle)
                                 throws UnknownServiceException
Throws:
UnknownServiceException