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.ResourceAdapter
javax.resource.spi.ResourceAdapterInternalException
ResourceAdapter.start(javax.resource.spi.BootstrapContext)
public void stop()
stop
in interface javax.resource.spi.ResourceAdapter
ResourceAdapter.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.ResourceAdapter
javax.resource.ResourceException
ResourceAdapter.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.ResourceAdapter
ResourceAdapter.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.ResourceAdapter
javax.resource.ResourceException
ResourceAdapter.getXAResources(javax.resource.spi.ActivationSpec[])