Uses of Class
context.arch.service.Service

Packages that use Service
context.arch.service   
 

Uses of Service in context.arch.service
 

Subclasses of Service in context.arch.service
 class DisplayChoiceService
          This class implements the display choices service.
 class InheritedService
          This class implements a generic inherited service.
 

Methods in context.arch.service that return Service
 Service Services.getService(java.lang.String name)
          This method returns the Service with the given name from this list of Services.
 

Methods in context.arch.service with parameters of type Service
 void Services.addService(Service service)
          Adds the given Service object to the container.