jremote jbase5.2.1

com.jbase.jremote.jca
Class JRemoteResourceAdapter

java.lang.Object
  extended by com.jbase.jremote.jca.JRemoteResourceAdapter
All Implemented Interfaces:
javax.resource.spi.ResourceAdapter

public class JRemoteResourceAdapter
extends Object
implements javax.resource.spi.ResourceAdapter


Constructor Summary
JRemoteResourceAdapter()
           
 
Method Summary
 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)
           
 XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] arg0)
           
 void setCreateWorkerPerClient(boolean clientWorkers)
           
 void setCreateWorkerPerClient(Boolean clientWorkers)
           
 void setListenHost(String host)
           
 void setListenPort(int port)
           
 void setListenPort(Integer port)
           
 void start(javax.resource.spi.BootstrapContext ctx)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRemoteResourceAdapter

public JRemoteResourceAdapter()
Method Detail

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 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(Boolean clientWorkers)

setListenHost

public void setListenHost(String host)

setListenPort

public void setListenPort(int port)

setListenPort

public void setListenPort(Integer port)

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.