|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jca.ra.ResourceAdapterController
public class ResourceAdapterController
Controller for a resource-adapter
Constructor Summary | |
---|---|
ResourceAdapterController(Bean<ResourceAdapter> comp,
ResourceArchive raConfig)
|
Method Summary | |
---|---|
void |
environmentBind(EnvironmentClassLoader loader)
Handles the environment bind phase. |
void |
environmentConfigure(EnvironmentClassLoader loader)
Handles the environment config phase. |
void |
environmentStart(EnvironmentClassLoader loader)
Handles the case where the environment is starting (after init). |
void |
environmentStop(EnvironmentClassLoader loader)
Handles the case where the environment is stopping |
ResourceAdapter |
getResourceAdapter()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceAdapterController(Bean<ResourceAdapter> comp, ResourceArchive raConfig)
Method Detail |
---|
public ResourceAdapter getResourceAdapter()
public void environmentConfigure(EnvironmentClassLoader loader) throws StartLifecycleException
environmentConfigure
in interface EnvironmentListener
StartLifecycleException
public void environmentBind(EnvironmentClassLoader loader) throws StartLifecycleException
environmentBind
in interface EnvironmentListener
StartLifecycleException
public void environmentStart(EnvironmentClassLoader loader) throws StartLifecycleException
environmentStart
in interface EnvironmentListener
StartLifecycleException
public void environmentStop(EnvironmentClassLoader loader)
environmentStop
in interface EnvironmentListener
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |