com.ibm.btt.samples.business.sna.lu0
Class DummyLu0ResourceAdapterImp
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyLu0ResourceAdapterImp
public DummyLu0ResourceAdapterImp()
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()
(c) Copyright IBM Corporation 1998, 2008