|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierBean
This class specifies the parameters needed to connect to the host for a specific connector
| Field Summary | |
java.lang.String |
isAsynchronous
|
java.lang.String |
txnCode
Deprecated. |
java.lang.String |
txnIdentifierField
|
java.lang.String |
txnType
|
| Constructor Summary | |
TransactionIdentifierBean()
|
|
| Method Summary | |
void |
create(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String txnIdentifierField,
java.lang.String isAsynchronous)
This method initialises DestinationBean Instance |
java.lang.String |
getIsAsynchronous()
This method gets this Destination's parameters |
java.lang.String |
getTxnCode()
This method gets this destinations Connector Factory class name |
java.lang.String |
getTxnIdentifierField()
This method gets the Destination host status |
java.lang.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 java.lang.String txnCode
public java.lang.String txnType
public java.lang.String txnIdentifierField
public java.lang.String isAsynchronous
| Constructor Detail |
public TransactionIdentifierBean()
| Method Detail |
public void create(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String txnIdentifierField,
java.lang.String isAsynchronous)
throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic java.lang.String getTxnCode()
public java.lang.String getTxnType()
public java.lang.String getTxnIdentifierField()
public java.lang.String getIsAsynchronous()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||