com.jbase.jremote.jca
Class JRemoteResourceAdapter
java.lang.Object
com.jbase.jremote.jca.JRemoteResourceAdapter
- All Implemented Interfaces:
- javax.resource.spi.ResourceAdapter
public class JRemoteResourceAdapter
- extends java.lang.Object
- implements javax.resource.spi.ResourceAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRemoteResourceAdapter
public JRemoteResourceAdapter()
start
public void start(javax.resource.spi.BootstrapContext ctx)
throws javax.resource.spi.ResourceAdapterInternalException
- Specified by:
start
in interface javax.resource.spi.ResourceAdapter
- Throws:
javax.resource.spi.ResourceAdapterInternalException
stop
public void stop()
- Specified by:
stop
in interface javax.resource.spi.ResourceAdapter
endpointActivation
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec)
throws javax.resource.ResourceException
- Specified by:
endpointActivation
in interface javax.resource.spi.ResourceAdapter
- Throws:
javax.resource.ResourceException
endpointDeactivation
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec)
- Specified by:
endpointDeactivation
in interface javax.resource.spi.ResourceAdapter
getXAResources
public javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] arg0)
throws javax.resource.ResourceException
- Specified by:
getXAResources
in interface javax.resource.spi.ResourceAdapter
- Throws:
javax.resource.ResourceException
setCreateWorkerPerClient
public void setCreateWorkerPerClient(boolean clientWorkers)
setCreateWorkerPerClient
public void setCreateWorkerPerClient(java.lang.Boolean clientWorkers)
setListenHost
public void setListenHost(java.lang.String host)
setListenPort
public void setListenPort(int port)
setListenPort
public void setListenPort(java.lang.Integer port)
Copyright © 2010 TEMENOS. All Rights Reserved.