| java.lang.Object com.caucho.jca.AbstractResourceAdapter
All known Subclasses: com.caucho.resources.CronResource, com.caucho.resources.rmi.RmiRegistry,
AbstractResourceAdapter | public class AbstractResourceAdapter implements ResourceAdapter(Code) | | Convenience class for the ResourceAdapter.
|
Method Summary | |
public void | endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) Called during activation of a message endpoint. | public void | endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) Called during deactivation of a message endpoint. | public XAResource[] | getXAResources(ActivationSpec[] specs) Called during crash recovery. | public void | start(BootstrapContext ctx) Called when the resource starts. | public void | stop() Called when the resource adapter is stopped. |
endpointActivation | public void endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) throws NotSupportedException(Code) | | Called during activation of a message endpoint.
|
endpointDeactivation | public void endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec)(Code) | | Called during deactivation of a message endpoint.
|
getXAResources | public XAResource[] getXAResources(ActivationSpec[] specs) throws ResourceException(Code) | | Called during crash recovery.
|
start | public void start(BootstrapContext ctx) throws ResourceAdapterInternalException(Code) | | Called when the resource starts.
|
stop | public void stop() throws ResourceAdapterInternalException(Code) | | Called when the resource adapter is stopped.
|
|
|