|
||||||||||
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
public class CobolTestConnection
This class provides a test BankFrame Connector that can be used to test the funcionality of the Transaction Handler
Field Summary | |
---|---|
static String |
CONNECTOR_NAME
|
Constructor Summary | |
---|---|
CobolTestConnection()
Default Constructor |
|
CobolTestConnection(CobolTestManagedConnection mqmc)
Constructor |
Method Summary | |
---|---|
void |
close()
This method closes the connection |
Object |
post(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 String CONNECTOR_NAME
Constructor Detail |
---|
public CobolTestConnection()
public CobolTestConnection(CobolTestManagedConnection mqmc)
mqmc
- Managed connectionMethod Detail |
---|
public void close()
close
in interface EConnection
public Object post(Object txns) throws ProcessingErrorException
post
in interface EConnection
txns
- 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 |