| java.lang.Object org.objectweb.jonas.jaxr.scout.JAXRResourceAdapter
JAXRResourceAdapter | public class JAXRResourceAdapter implements ResourceAdapter(Code) | | This is a very simple ResourceAdapter just used to display traces.
author: Guillaume Sauthier |
Method Summary | |
public void | endpointActivation(MessageEndpointFactory mef, ActivationSpec as) Not used. | public void | endpointDeactivation(MessageEndpointFactory mef, ActivationSpec as) Not used. | public XAResource[] | getXAResources(ActivationSpec[] as) Not used. | public void | start(BootstrapContext bCtx) Display Info log at JAXR Connector start. | public void | stop() Display Info log at JAXR Connector stop. |
endpointActivation | public void endpointActivation(MessageEndpointFactory mef, ActivationSpec as) throws ResourceException(Code) | | Not used.
See Also: javax.resource.spi.ResourceAdapter.endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactoryjavax.resource.spi.ActivationSpec) |
endpointDeactivation | public void endpointDeactivation(MessageEndpointFactory mef, ActivationSpec as)(Code) | | Not used.
See Also: javax.resource.spi.ResourceAdapter.endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactoryjavax.resource.spi.ActivationSpec) |
getXAResources | public XAResource[] getXAResources(ActivationSpec[] as) throws ResourceException(Code) | | Not used.
See Also: javax.resource.spi.ResourceAdapter.getXAResources(javax.resource.spi.ActivationSpec[]) |
start | public void start(BootstrapContext bCtx) throws ResourceAdapterInternalException(Code) | | Display Info log at JAXR Connector start.
See Also: javax.resource.spi.ResourceAdapter.start(javax.resource.spi.BootstrapContext) |
stop | public void stop()(Code) | | Display Info log at JAXR Connector stop.
See Also: javax.resource.spi.ResourceAdapter.stop |
|
|