Uses of Class
com.caucho.lifecycle.StartLifecycleException

Packages that use StartLifecycleException
com.caucho.jca.ra   
com.caucho.loader   
 

Uses of StartLifecycleException in com.caucho.jca.ra
 

Methods in com.caucho.jca.ra that throw StartLifecycleException
 void ResourceAdapterController.environmentBind(EnvironmentClassLoader loader)
          Handles the environment bind phase.
 void ResourceAdapterController.environmentConfigure(EnvironmentClassLoader loader)
          Handles the environment config phase.
 void ResourceAdapterController.environmentStart(EnvironmentClassLoader loader)
          Handles the case where the environment is starting (after init).
 

Uses of StartLifecycleException in com.caucho.loader
 

Methods in com.caucho.loader that throw StartLifecycleException
 void AbstractEnvironmentListener.environmentStart(EnvironmentClassLoader loader)
          Handles the case where the environment is starting (after init).
 void EnvironmentListener.environmentStart(EnvironmentClassLoader loader)
          Handles the case where the environment is starting (after init).
static void Environment.start()
          Starts the current environment.
static void Environment.start(java.lang.ClassLoader loader)
          Starts the current environment.