|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.examples.txnhandler.connector.coboltest.CobolTestConnection
This class provides a test BankFrame Connector that can be used to test the funcionality of the Transaction Handler
| Field Summary | |
static java.lang.String |
CONNECTOR_NAME
|
| Constructor Summary | |
CobolTestConnection()
Default Constructor |
|
CobolTestConnection(CobolTestManagedConnection mqmc)
Constructor |
|
| Method Summary | |
void |
close()
This method closes the connection |
java.lang.Object |
post(java.lang.Object txns)
This method executes a transaction request |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CONNECTOR_NAME
| Constructor Detail |
public CobolTestConnection()
public CobolTestConnection(CobolTestManagedConnection mqmc)
mqmc - Managed connection| Method Detail |
public void close()
close in interface EConnection
public java.lang.Object post(java.lang.Object txns)
throws ProcessingErrorException
post in interface EConnectiontxns - The transaction to execute
ProcessingErrorException - if an error occurrs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||