Uses of Class
com.cafesoft.core.lifecycle.LifecycleException

Packages that use LifecycleException
com.cafesoft.cams.service Services for JDBC connection pooling, LDAP connection pooling, and a user repository, etc. 
com.cafesoft.core.lifecycle Support for objects that are started, stopped, etc. 
com.cafesoft.core.service Services API support. 
 

Uses of LifecycleException in com.cafesoft.cams.service
 

Methods in com.cafesoft.cams.service that throw LifecycleException
 com.novell.ldap.LDAPConnection LdapConnectionPoolService.getConnection()
          Get a connection from the LdapConnectionPool controlled by the service.
 com.unboundid.ldap.sdk.LDAPConnection UnboundIDLdapConnectionPoolService.getConnection()
          Get a connection from the LdapConnectionPool controlled by the service.
 void UnboundIDLdapConnectionPoolService.releaseConnection(com.unboundid.ldap.sdk.LDAPConnection connection)
          Release a LDAPConnection to the LdapConnectionPool object controlled by the Service.
 void LdapConnectionPoolService.returnConnection(com.novell.ldap.LDAPConnection connection)
          Release a LDAPConnection to the LdapConnectionPool object controlled by the Service.
 

Uses of LifecycleException in com.cafesoft.core.lifecycle
 

Methods in com.cafesoft.core.lifecycle that throw LifecycleException
 void Lifecycle.start()
          Prepare for the beginning of active use of the public methods of this component.
 void LifecycleBase.start()
          Prepare for the beginning of active use of the public methods of this component.
 void Lifecycle.stop()
          Gracefully terminate the active use of the public methods of this component.
 void LifecycleBase.stop()
          Gracefully terminate the active use of the public methods of this component.
 

Uses of LifecycleException in com.cafesoft.core.service
 

Methods in com.cafesoft.core.service that throw LifecycleException
abstract  void AbstractLifecycleService.start()
          Prepare for the beginning of active use of the public methods of this component.
 void StandardServiceManager.start()
          Prepare for the beginning of active use of the public methods of this component.
 void ServiceStarter.start(Service[] service)
          Start Services.
abstract  void AbstractLifecycleService.stop()
          Gracefully terminate the active use of the public methods of this component.
 void StandardServiceManager.stop()
          Gracefully terminate the active use of the public methods of this component.
 void ServiceStopper.stop(Service[] service)
          Stop Services.
 



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