|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||