IBM Bank Transformation Toolkit Javadoc

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

java.lang.Object
  extended by com.ibm.btt.samples.business.sna.lu0.DummyLu0ConnectionManager
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.resource.spi.ConnectionEventListener, javax.resource.spi.ConnectionManager

public class DummyLu0ConnectionManager
extends java.lang.Object
implements javax.resource.spi.ConnectionEventListener, javax.resource.spi.ConnectionManager

See Also:
Serialized Form

Constructor Summary
DummyLu0ConnectionManager()
           
 
Method Summary
 java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory arg0, javax.resource.spi.ConnectionRequestInfo arg1)
           
 void connectionClosed(javax.resource.spi.ConnectionEvent arg0)
           
 void connectionErrorOccurred(javax.resource.spi.ConnectionEvent arg0)
           
 java.lang.String getClassID()
           
 void localTransactionCommitted(javax.resource.spi.ConnectionEvent arg0)
           
 void localTransactionRolledback(javax.resource.spi.ConnectionEvent arg0)
           
 void localTransactionStarted(javax.resource.spi.ConnectionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyLu0ConnectionManager

public DummyLu0ConnectionManager()
Method Detail

connectionClosed

public void connectionClosed(javax.resource.spi.ConnectionEvent arg0)
Specified by:
connectionClosed in interface javax.resource.spi.ConnectionEventListener

connectionErrorOccurred

public void connectionErrorOccurred(javax.resource.spi.ConnectionEvent arg0)
Specified by:
connectionErrorOccurred in interface javax.resource.spi.ConnectionEventListener

localTransactionCommitted

public void localTransactionCommitted(javax.resource.spi.ConnectionEvent arg0)
Specified by:
localTransactionCommitted in interface javax.resource.spi.ConnectionEventListener

localTransactionRolledback

public void localTransactionRolledback(javax.resource.spi.ConnectionEvent arg0)
Specified by:
localTransactionRolledback in interface javax.resource.spi.ConnectionEventListener

localTransactionStarted

public void localTransactionStarted(javax.resource.spi.ConnectionEvent arg0)
Specified by:
localTransactionStarted in interface javax.resource.spi.ConnectionEventListener

allocateConnection

public java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory arg0,
                                           javax.resource.spi.ConnectionRequestInfo arg1)
                                    throws javax.resource.ResourceException
Specified by:
allocateConnection in interface javax.resource.spi.ConnectionManager
Throws:
javax.resource.ResourceException

getClassID

public java.lang.String getClassID()

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008