| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.examples.txnhandler.connector.testcustomer.TestCustomerManagedConnection
public class TestCustomerManagedConnection
This class represents a managed TestCustomerConnection
| Constructor Summary | |
|---|---|
| TestCustomerManagedConnection()Default Constructor | |
| TestCustomerManagedConnection(EManagedConnectionFactory mcf)Constructor | |
| TestCustomerManagedConnection(String type)Constructor | |
| Method Summary | |
|---|---|
|  void | addConnectionEventListener(EConnectionEventListener listener)This method is called to add a listener for connection events | 
|  void | cleanup()Clean up resources | 
|  void | destroy()Clean up resources | 
|  Object | getConnection()This method gets a connection instances Creation date: (6/1/2001 9:58:22 AM) | 
|  String | getConnectorType()This method returns the connector type | 
|  void | removeConnectionEventListener(EConnectionEventListener listener)This method is called to remove a connection event listener | 
|  void | setConnectorType(String type)Set the connector type | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TestCustomerManagedConnection()
public TestCustomerManagedConnection(EManagedConnectionFactory mcf)
mcf - Connection factorypublic TestCustomerManagedConnection(String type)
type - The type of connection| Method Detail | 
|---|
public void addConnectionEventListener(EConnectionEventListener listener)
addConnectionEventListener in interface EManagedConnectionlistener - The event listenerpublic void cleanup()
cleanup in interface EManagedConnectionpublic void destroy()
destroy in interface EManagedConnectionpublic Object getConnection()
getConnection in interface EManagedConnectionpublic String getConnectorType()
public void removeConnectionEventListener(EConnectionEventListener listener)
removeConnectionEventListener in interface EManagedConnectionlistener - The listenerpublic void setConnectorType(String type)
type - The connector type| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||