com.bankframe.ei.txnhandler.transactionidentifier
Class TransactionIdentifierBean

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

public abstract class TransactionIdentifierBean
extends Object

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

txnCode

public String txnCode
Deprecated. 

txnType

public String txnType

txnIdentifierField

public String txnIdentifierField

isAsynchronous

public String isAsynchronous
Constructor Detail

TransactionIdentifierBean

public TransactionIdentifierBean()
Method Detail

create

public void create(String txnCode,
                   String txnType,
                   String txnIdentifierField,
                   String isAsynchronous)
            throws CreateException
This method initialises DestinationBean Instance

Parameters:
txnCode - String
txnType - String
txnIdentifierField - String
isAsynchronous - String
Throws:
CreateException

getTxnCode

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

Returns:
String name of Connectors Factory class.

getTxnType

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

Returns:
String destination Id.

getTxnIdentifierField

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

Returns:
Destination host status

getIsAsynchronous

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

Returns:
String containing this destination's parameter


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