IBM Bank Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62
Class Lu62ResourceAdapterImp

java.lang.Object
  extended by com.ibm.connector2.sna.lu62.Lu62ResourceAdapterImp
All Implemented Interfaces:
javax.resource.spi.ResourceAdapter

public class Lu62ResourceAdapterImp
extends java.lang.Object
implements javax.resource.spi.ResourceAdapter

The implementation of ResourceAdapter interface for LU62 resource adapter.


Constructor Summary
Lu62ResourceAdapterImp()
           
 
Method Summary
 void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec actSpec)
           
 void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec actSpec)
           
 java.lang.String getClassID()
           
 java.lang.String getClassID(java.lang.Object obj)
           
static Lu62ResourceAdapterImp getInstance()
           
static java.util.Hashtable getLu62WorkTable()
           
static java.lang.reflect.Method getOnIncomingMessageMethod()
           
static java.lang.reflect.Method getOnOutgoingReplyMessageMethod()
           
static javax.resource.spi.work.WorkManager getWorkManager()
           
 javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] specs)
           
 void start(javax.resource.spi.BootstrapContext bootStrapCxt)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lu62ResourceAdapterImp

public Lu62ResourceAdapterImp()
Method Detail

start

public void start(javax.resource.spi.BootstrapContext bootStrapCxt)
           throws javax.resource.spi.ResourceAdapterInternalException
Specified by:
start in interface javax.resource.spi.ResourceAdapter
Throws:
javax.resource.spi.ResourceAdapterInternalException

endpointActivation

public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
                               javax.resource.spi.ActivationSpec actSpec)
                        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 mef,
                                 javax.resource.spi.ActivationSpec actSpec)
Specified by:
endpointDeactivation in interface javax.resource.spi.ResourceAdapter

getXAResources

public javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] specs)
                                                 throws javax.resource.ResourceException
Specified by:
getXAResources in interface javax.resource.spi.ResourceAdapter
Throws:
javax.resource.ResourceException

stop

public void stop()
Specified by:
stop in interface javax.resource.spi.ResourceAdapter

getLu62WorkTable

public static java.util.Hashtable getLu62WorkTable()

getClassID

public java.lang.String getClassID()

getClassID

public java.lang.String getClassID(java.lang.Object obj)

getInstance

public static Lu62ResourceAdapterImp getInstance()

getOnIncomingMessageMethod

public static java.lang.reflect.Method getOnIncomingMessageMethod()

getOnOutgoingReplyMessageMethod

public static java.lang.reflect.Method getOnOutgoingReplyMessageMethod()

getWorkManager

public static javax.resource.spi.work.WorkManager getWorkManager()

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008