com.bankframe.ei.txnhandler.transactionidentifier
Class TransactionIdentifierBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierBean
Direct Known Subclasses:
TransactionIdentifierBean

public abstract class TransactionIdentifierBean
extends java.lang.Object

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

txnCode

public java.lang.String txnCode
Deprecated.  


txnType

public java.lang.String txnType

txnIdentifierField

public java.lang.String txnIdentifierField

isAsynchronous

public java.lang.String isAsynchronous
Constructor Detail

TransactionIdentifierBean

public TransactionIdentifierBean()
Method Detail

create

public void create(java.lang.String txnCode,
                   java.lang.String txnType,
                   java.lang.String txnIdentifierField,
                   java.lang.String isAsynchronous)
            throws javax.ejb.CreateException
This method initialises DestinationBean Instance

Throws:
javax.ejb.CreateException

getTxnCode

public java.lang.String getTxnCode()
This method gets this destinations Connector Factory class name

Returns:
String name of Connectors Factory class.

getTxnType

public java.lang.String getTxnType()
This method gets this destination's Id

Returns:
String destination Id.

getTxnIdentifierField

public java.lang.String getTxnIdentifierField()
This method gets the Destination host status

Returns:
Destination host status

getIsAsynchronous

public java.lang.String getIsAsynchronous()
This method gets this Destination's parameters

Returns:
String containing this destination's parameter


Copyright © 2005, 2007, Oracle. All rights reserved.