|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.examples.txnhandler.connector.coboltest.CobolTestManagedConnection
This class represents a managed TestCustomerConnection
| Constructor Summary | |
CobolTestManagedConnection()
Default Constructor |
|
CobolTestManagedConnection(EManagedConnectionFactory mcf)
Constructor |
|
CobolTestManagedConnection(java.lang.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 |
java.lang.Object |
getConnection()
This method gets a connection instances Creation date: (6/1/2001 9:58:22 AM) |
java.lang.String |
getConnectorType()
This method returns the connector type |
void |
removeConnectionEventListener(EConnectionEventListener listener)
This method is called to remove a connection event listener |
void |
setConnectorType(java.lang.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 CobolTestManagedConnection()
public CobolTestManagedConnection(EManagedConnectionFactory mcf)
mcf - Connection factorypublic CobolTestManagedConnection(java.lang.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 java.lang.Object getConnection()
getConnection in interface EManagedConnectionpublic java.lang.String getConnectorType()
public void removeConnectionEventListener(EConnectionEventListener listener)
removeConnectionEventListener in interface EManagedConnectionlistener - The listenerpublic void setConnectorType(java.lang.String type)
type - The connector type
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||