public class JRemoteResourceAdapter
extends java.lang.Object
implements javax.resource.spi.ResourceAdapter
Constructor and Description |
---|
JRemoteResourceAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec) |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec) |
javax.transaction.xa.XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] arg0) |
void |
setCreateWorkerPerClient(boolean clientWorkers) |
void |
setCreateWorkerPerClient(java.lang.Boolean clientWorkers) |
void |
setListenHost(java.lang.String host) |
void |
setListenPort(int port) |
void |
setListenPort(java.lang.Integer port) |
void |
start(javax.resource.spi.BootstrapContext ctx) |
void |
stop() |
public void start(javax.resource.spi.BootstrapContext ctx) throws javax.resource.spi.ResourceAdapterInternalException
start
in interface javax.resource.spi.ResourceAdapter
javax.resource.spi.ResourceAdapterInternalException
public void stop()
stop
in interface javax.resource.spi.ResourceAdapter
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory, javax.resource.spi.ActivationSpec activationSpec) throws javax.resource.ResourceException
endpointActivation
in interface javax.resource.spi.ResourceAdapter
javax.resource.ResourceException
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory, javax.resource.spi.ActivationSpec activationSpec)
endpointDeactivation
in interface javax.resource.spi.ResourceAdapter
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
public void setCreateWorkerPerClient(boolean clientWorkers)
public void setCreateWorkerPerClient(java.lang.Boolean clientWorkers)
public void setListenHost(java.lang.String host)
public void setListenPort(int port)
public void setListenPort(java.lang.Integer port)