public class DummyResourceAdapter
extends java.lang.Object
implements javax.resource.spi.ResourceAdapter
| Constructor and Description |
|---|
DummyResourceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1) |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1) |
javax.transaction.xa.XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] arg0) |
void |
start(javax.resource.spi.BootstrapContext arg0) |
void |
stop() |
public void start(javax.resource.spi.BootstrapContext arg0)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterjavax.resource.spi.ResourceAdapterInternalExceptionResourceAdapter.start(javax.resource.spi.BootstrapContext)public void stop()
stop in interface javax.resource.spi.ResourceAdapterResourceAdapter.stop()public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionResourceAdapter.endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory, javax.resource.spi.ActivationSpec)public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
endpointDeactivation in interface javax.resource.spi.ResourceAdapterResourceAdapter.endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory, javax.resource.spi.ActivationSpec)public javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] arg0)
throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionResourceAdapter.getXAResources(javax.resource.spi.ActivationSpec[])