com.bankframe.ei.txnhandler.transactionroute
Interface TransactionRoute

All Known Subinterfaces:
TransactionRoute
All Known Implementing Classes:
TransactionRouteImplt

public interface TransactionRoute

The remote interface of the TransactionRouteBean Entity Bean


Field Summary
static int OFFLINE_MODE_FETCHING
           
static int OFFLINE_MODE_OFF
           
static int OFFLINE_MODE_STORING
           
 
Method Summary
 String getDataFormat()
          This method returns this Data-Format class name
 String getDestinationId()
          This method returns the Destination Id
 int getHostSequenceNumber()
          This method returns the host sequence number
 String getTxnCode()
          This method returns this transaction's code
 String getTxnType()
          This method returns this transaction's type
 

Field Detail

OFFLINE_MODE_OFF

static final int OFFLINE_MODE_OFF
See Also:
Constant Field Values

OFFLINE_MODE_FETCHING

static final int OFFLINE_MODE_FETCHING
See Also:
Constant Field Values

OFFLINE_MODE_STORING

static final int OFFLINE_MODE_STORING
See Also:
Constant Field Values
Method Detail

getTxnCode

String getTxnCode()
                  throws RemoteException
This method returns this transaction's code

Returns:
transaction code
Throws:
RemoteException

getTxnType

String getTxnType()
                  throws RemoteException
This method returns this transaction's type

Returns:
transaction type
Throws:
RemoteException

getDataFormat

String getDataFormat()
                     throws RemoteException
This method returns this Data-Format class name

Returns:
transaction type
Throws:
RemoteException

getDestinationId

String getDestinationId()
                        throws RemoteException
This method returns the Destination Id

Returns:
destination id
Throws:
RemoteException

getHostSequenceNumber

int getHostSequenceNumber()
                          throws RemoteException
This method returns the host sequence number

Returns:
int
Throws:
RemoteException


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