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

Packages that use LifecycleService
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.core.service Services API support. 
 

Uses of LifecycleService in com.cafesoft.cams.service
 

Subinterfaces of LifecycleService 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 LifecycleService in com.cafesoft.cams.service.rmi
 

Subinterfaces of LifecycleService in com.cafesoft.cams.service.rmi
 interface RMIRegistryProxyService
          This service provides a proxy service for an RMI registry.
 

Uses of LifecycleService in com.cafesoft.core.service
 

Subinterfaces of LifecycleService in com.cafesoft.core.service
 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 LifecycleService
 class AbstractLifecycleService
          An abstract implementation of the LifecycleService interface.
 class AbstractServiceConnector
          AbstractServiceConnector implements a base class for ServiceConnector implementations, which generally manage client network connections and provide access to remote Services.
 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.
 



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