Package com.cafesoft.core.service

Services API support.

See:
          Description

Interface Summary
LifecycleService LifecycleService is a basic interface used to identify a class as a Service that also implements Lifecycle methods.
Service Service is a basic interface used to identify a class as a Service.
ServiceAdapter ServiceAdapter is a Service that defines an interface for use by clients which provides access to one or more other Services not known to those clients.
ServiceClient ServiceClient defines an interface for classes that need to find and use Services provided via a ServiceManager, but must not have general access to the ServiceManager.
ServiceConfig Defines the interface to a Cafesoft Service configuration.
ServiceConnector ServiceConnector defines the interface for Services that provide network access to other Services.
ServiceContext Defines the interface that enables Services to log messages and access other Services.
ServiceFinder Defines an interface for finding Services.
ServiceManager ServiceManager defines an interface for classes that manage a set of Service implementations.
ServiceProvider ServiceProvider is a tagging interface that identifies a class as a special ServiceManager that is being managed within a Service hierarchy.
ServiceReference ServiceReference contains parameters that uniquely identify a Service type or an instance within some scope.
ServiceStarter Defines an interface for customizing startup of LifecycleServices.
ServiceStopper Defines an interface for customizing stopping of LifecycleServices.
 

Class Summary
AbstractLifecycleService An abstract implementation of the LifecycleService interface.
AbstractService Provides basic implementation of a service.
AbstractServiceConnector AbstractServiceConnector implements a base class for ServiceConnector implementations, which generally manage client network connections and provide access to remote Services.
ServiceConfigSupport A Helper class that performs common functions on ServiceConfig Objects
StandardServiceAdapter StandardServiceAdapter is a base class for providing an interface for use by clients which provides access to one or more other Services not known to those clients.
StandardServiceConfig StandardServiceConfig provides the standard implementation of ServiceConfig, which provides a Service with configuration parameters and it's execution context.
StandardServiceContext Defines the interface that enables Services to log messages and access other Services.
StandardServiceFinder StandardServiceFinder implements a ServiceFinder used by ServiceClients to find Services.
StandardServiceManager StandardServiceManager implements a ServiceManager, which provides a way to register, lookup, and remove Service implementations.
StandardServiceProvider StandardServiceProvider is a special ServiceManager that is usually managed within a Service hierarchy.
StandardServiceReference StandardServiceReference contains parameters that uniquely identify a Service type or an instance within some scope.
 

Exception Summary
ServiceException  
 

Package com.cafesoft.core.service Description

Services API support.



Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.