Uses of Interface
edu.uci.isr.yancees.server.service.ServiceInterface

Packages that use ServiceInterface
edu.uci.isr.yancees.server.service   
edu.uci.isr.yancees.server.service.cassius   
edu.uci.isr.yancees.server.service.jmdns   
edu.uci.isr.yancees.server.service.performance   
edu.uci.isr.yancees.server.service.persistency   
edu.uci.isr.yancees.server.service.slp   
edu.uci.isr.yancees.service.generic   
 

Uses of ServiceInterface in edu.uci.isr.yancees.server.service
 

Classes in edu.uci.isr.yancees.server.service that implement ServiceInterface
 class AbstractService
          Implements the basic functionality of a service
 

Methods in edu.uci.isr.yancees.server.service that return ServiceInterface
 ServiceInterface ServiceManagerInterface.getServiceByName(java.lang.String name)
           
 ServiceInterface[] ServiceManagerInterface.getAvailableServices()
           
 ServiceInterface ServiceManager.getServiceByName(java.lang.String name)
           
 ServiceInterface[] ServiceManager.getAvailableServices()
           
 

Methods in edu.uci.isr.yancees.server.service with parameters of type ServiceInterface
 void ServiceManagerInterface.registerService(ServiceInterface service)
          Registers a service.
 void ServiceManager.registerService(ServiceInterface service)
          Register a service.
 

Uses of ServiceInterface in edu.uci.isr.yancees.server.service.cassius
 

Classes in edu.uci.isr.yancees.server.service.cassius that implement ServiceInterface
 class CassiusService
          That's a generic service, with void implementation.
 

Uses of ServiceInterface in edu.uci.isr.yancees.server.service.jmdns
 

Classes in edu.uci.isr.yancees.server.service.jmdns that implement ServiceInterface
 class JmDNSService
          This service connects YANCESS with its peers in a subnetwork.
 

Uses of ServiceInterface in edu.uci.isr.yancees.server.service.performance
 

Classes in edu.uci.isr.yancees.server.service.performance that implement ServiceInterface
 class PerformanceCollectionService
          That's a generic service, with void implementation.
 

Uses of ServiceInterface in edu.uci.isr.yancees.server.service.persistency
 

Classes in edu.uci.isr.yancees.server.service.persistency that implement ServiceInterface
 class PersistencyService
          This persistency service stores the events in main memory.
 

Uses of ServiceInterface in edu.uci.isr.yancees.server.service.slp
 

Classes in edu.uci.isr.yancees.server.service.slp that implement ServiceInterface
 class SLPService
          This service connects YANCESS with its peers in a subnetwork.
 

Uses of ServiceInterface in edu.uci.isr.yancees.service.generic
 

Classes in edu.uci.isr.yancees.service.generic that implement ServiceInterface
 class GenericService
          That's a generic service, with void implementation.