|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lifecycle | |
|---|---|
| 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 | Classes for managing Cams sessions. |
| com.cafesoft.core.lifecycle | Support for objects that are started, stopped, etc. |
| com.cafesoft.core.service | Services API support. |
| Uses of Lifecycle in com.cafesoft.cams.service |
|---|
| Subinterfaces of Lifecycle 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 Lifecycle in com.cafesoft.cams.service.rmi |
|---|
| Subinterfaces of Lifecycle in com.cafesoft.cams.service.rmi | |
|---|---|
interface |
RMIRegistryProxyService
This service provides a proxy service for an RMI registry. |
| Uses of Lifecycle in com.cafesoft.cams.session |
|---|
| Subinterfaces of Lifecycle in com.cafesoft.cams.session | |
|---|---|
interface |
RemoteSessionManager
Maintains references to RemoteSessions that are used on the various clients/agents that administer Access Control. |
| Uses of Lifecycle in com.cafesoft.core.lifecycle |
|---|
| Classes in com.cafesoft.core.lifecycle that implement Lifecycle | |
|---|---|
class |
LifecycleBase
A base implementation of the Lifecycle interface. |
| Methods in com.cafesoft.core.lifecycle that return Lifecycle | |
|---|---|
Lifecycle |
LifecycleEvent.getLifecycle()
Return the Lifecycle on which this event occurred. |
| Constructors in com.cafesoft.core.lifecycle with parameters of type Lifecycle | |
|---|---|
LifecycleEvent(Lifecycle lifecycle,
String type)
Construct a new LifecycleEvent with the specified parameters. |
|
LifecycleEvent(Lifecycle lifecycle,
String type,
Object data)
Construct a new LifecycleEvent with the specified parameters. |
|
| Uses of Lifecycle in com.cafesoft.core.service |
|---|
| Subinterfaces of Lifecycle 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 |
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 Lifecycle | |
|---|---|
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 | |||||||||