|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierBean
public abstract class TransactionIdentifierBean
This class specifies the parameters needed to connect to the host for a specific connector
| Field Summary | |
|---|---|
String |
isAsynchronous
|
String |
txnCode
Deprecated. |
String |
txnIdentifierField
|
String |
txnType
|
| Constructor Summary | |
|---|---|
TransactionIdentifierBean()
|
|
| Method Summary | |
|---|---|
void |
create(String txnCode,
String txnType,
String txnIdentifierField,
String isAsynchronous)
This method initialises DestinationBean Instance |
String |
getIsAsynchronous()
This method gets this Destination's parameters |
String |
getTxnCode()
This method gets this destinations Connector Factory class name |
String |
getTxnIdentifierField()
This method gets the Destination host status |
String |
getTxnType()
This method gets this destination's Id |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String txnCode
public String txnType
public String txnIdentifierField
public String isAsynchronous
| Constructor Detail |
|---|
public TransactionIdentifierBean()
| Method Detail |
|---|
public void create(String txnCode,
String txnType,
String txnIdentifierField,
String isAsynchronous)
throws CreateException
txnCode - StringtxnType - StringtxnIdentifierField - StringisAsynchronous - String
CreateExceptionpublic String getTxnCode()
public String getTxnType()
public String getTxnIdentifierField()
public String getIsAsynchronous()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||