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

Packages that use ServiceInterface
edu.uci.isr.yancees.server.service   
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.getAvailableServices()
           
 ServiceInterface[] ServiceManager.getAvailableServices()
           
 ServiceInterface ServiceManagerInterface.getServiceByName(java.lang.String name)
           
 ServiceInterface ServiceManager.getServiceByName(java.lang.String name)
           
 

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.service.generic
 

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