Uses of Interface
com.cafesoft.core.service.Service

Packages that use Service
com.cafesoft.cams.access Cams access control service support. 
com.cafesoft.cams.auth Cams authentication service support. 
com.cafesoft.cams.ping Classes for testing connectivity to a Cams server. 
com.cafesoft.cams.service Services for JDBC connection pooling, LDAP connection pooling, and a user repository, etc. 
com.cafesoft.cams.service.rmi Defines various RMI specific services and support interfaces. 
com.cafesoft.cams.session.access Cams session control service support. 
com.cafesoft.cams.session.control Cams session access service support. 
com.cafesoft.core.service Services API support. 
 

Uses of Service in com.cafesoft.cams.access
 

Subinterfaces of Service in com.cafesoft.cams.access
 interface AccessControlService
          Defines an interface for a client-side AccessControlService hosted under a CamsClient.
 

Uses of Service in com.cafesoft.cams.auth
 

Subinterfaces of Service in com.cafesoft.cams.auth
 interface AuthenticationService
          Defines an interface for a client-side AuthenticationService hosted under a CamsClient.
 

Uses of Service in com.cafesoft.cams.ping
 

Subinterfaces of Service in com.cafesoft.cams.ping
 interface PingService
          Defines an interface for a client-side PingService hosted under a CamsClient.
 

Uses of Service in com.cafesoft.cams.service
 

Subinterfaces of Service in com.cafesoft.cams.service
 interface ActiveDirectoryGroupNameService
          ActiveDirectoryGroupNameService defines the interface that enables lookup of Active Directory group names via their unique object security identifier (sid).
 interface ActiveDirectoryPrimaryGroupService
          ActiveDirectoryPrimaryGroupService defines the interface that enables lookup of a Windows "Primary Group" name via its Group identifier.
 interface JdbcConnectionPoolService
          A marker interface to define the JdbcConnectionPoolService Service Type.
 interface LdapConnectionPoolService
          The interface for a service that provides access to LdapConnectionPools.
 interface UnboundIDLdapConnectionPoolService
          The interface for a service that provides access to LdapConnectionPools.
 interface UserRepositoryService
          Provides a service that allows the user of this service to obtain a handle to a UserRepository object.
 

Uses of Service in com.cafesoft.cams.service.rmi
 

Subinterfaces of Service in com.cafesoft.cams.service.rmi
 interface RMIRegistryProxyService
          This service provides a proxy service for an RMI registry.
 interface RMIRegistryService
          This service is responsible for holding a reference to the global RMI registry.
 

Uses of Service in com.cafesoft.cams.session.access
 

Subinterfaces of Service in com.cafesoft.cams.session.access
 interface SessionAccessService
          Defines an interface for a client-side SessionAccessService hosted under a CamsClient.
 

Uses of Service in com.cafesoft.cams.session.control
 

Subinterfaces of Service in com.cafesoft.cams.session.control
 interface SessionControlService
          Defines an interface for a client-side SessionControlService hosted under a CamsClient.
 

Uses of Service in com.cafesoft.core.service
 

Subinterfaces of Service in com.cafesoft.core.service
 interface LifecycleService
          LifecycleService is a basic interface used to identify a class as a Service that also implements Lifecycle methods.
 interface 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.
 interface ServiceConnector
          ServiceConnector defines the interface for Services that provide network access to other Services.
 interface ServiceManager
          ServiceManager defines an interface for classes that manage a set of Service implementations.
 interface ServiceProvider
          ServiceProvider is a tagging interface that identifies a class as a special ServiceManager that is being managed within a Service hierarchy.
 

Classes in com.cafesoft.core.service that implement Service
 class AbstractLifecycleService
          An abstract implementation of the LifecycleService interface.
 class AbstractService
          Provides basic implementation of a service.
 class AbstractServiceConnector
          AbstractServiceConnector implements a base class for ServiceConnector implementations, which generally manage client network connections and provide access to remote Services.
 class 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.
 class StandardServiceManager
          StandardServiceManager implements a ServiceManager, which provides a way to register, lookup, and remove Service implementations.
 class StandardServiceProvider
          StandardServiceProvider is a special ServiceManager that is usually managed within a Service hierarchy.
 

Methods in com.cafesoft.core.service that return Service
 Service[] ServiceFinder.find(Class type)
          Lookup Services by type.
 Service[] StandardServiceFinder.find(Class type)
          Lookup Services by type.
 Service ServiceFinder.find(String id)
          Lookup a Service by unique identifier.
 Service StandardServiceFinder.find(String id)
          Lookup a Service by unique identifier.
 Service ServiceFinder.find(String id, Class type)
          Find a Service by unique identifier and type.
 Service StandardServiceFinder.find(String id, Class type)
          Find a Service by unique identifier and type.
 Service[] ServiceManager.getServices()
          Returns all of the Services in the registry.
 Service[] StandardServiceManager.getServices()
          Returns all of the Services in the registry.
 Service[] ServiceManager.lookup(Class type)
          Lookup Services from the registry by type.
 Service[] StandardServiceManager.lookup(Class type)
          Lookup Services from the registry by type.
 Service ServiceManager.lookup(String id)
          Lookup a Service from the registry by unique identifier.
 Service StandardServiceManager.lookup(String id)
          Lookup a Service from the registry by unique identifier.
 Service ServiceManager.lookup(String id, Class type)
          Lookup a Service from the registry by unique identifier and type.
 Service StandardServiceManager.lookup(String id, Class type)
          Lookup a Service from the registry by unique identifier and type.
 

Methods in com.cafesoft.core.service with parameters of type Service
 void ServiceManager.add(Class type, Service service)
          Add a Service to the registry.
 void StandardServiceManager.add(Class type, Service service)
          Add a Service to the registry.
 boolean ServiceReference.matches(Service service)
          Check to see if a Service matches this ServiceReference.
 boolean StandardServiceReference.matches(Service service)
          Check to see if a Service matches this ServiceReference.
 void ServiceManager.remove(Service service)
          Remove a Service from the registry.
 void StandardServiceManager.remove(Service service)
          Remove a Service from the registry.
 void ServiceStarter.start(Service[] service)
          Start Services.
 void ServiceStopper.stop(Service[] service)
          Stop Services.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.