IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.samples.business.sna.lu0
Class DummyLu0ResourceAdapterImp

java.lang.Object
  extended by com.ibm.btt.samples.business.sna.lu0.DummyLu0ResourceAdapterImp
All Implemented Interfaces:
javax.resource.spi.ResourceAdapter

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

The implementation of ResourceAdapter interface for DummyLu0 resource adapter.


Constructor Summary
DummyLu0ResourceAdapterImp()
           
 
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 java.util.Hashtable getDummyLu0WorkTable()
           
static DummyLu0ResourceAdapterImp getInstance()
           
static java.lang.reflect.Method getOnSolicitedReplyMessageMethod()
           
static java.lang.reflect.Method getOnUnSolicitedMessageMethod()
           
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

DummyLu0ResourceAdapterImp

public DummyLu0ResourceAdapterImp()
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

getDummyLu0WorkTable

public static java.util.Hashtable getDummyLu0WorkTable()

getClassID

public java.lang.String getClassID()

getClassID

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

getInstance

public static DummyLu0ResourceAdapterImp getInstance()

getOnUnSolicitedMessageMethod

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

getOnSolicitedReplyMessageMethod

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

getWorkManager

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

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008