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
 java.lang.String getDataFormat()
          This method returns this Data-Format class name
 java.lang.String getDestinationId()
          This method returns the Destination Id
 int getHostSequenceNumber()
          This method returns the host sequence number
 java.lang.String getTxnCode()
          This method returns this transaction's code
 java.lang.String getTxnType()
          This method returns this transaction's type
 

Field Detail

OFFLINE_MODE_OFF

public static final int OFFLINE_MODE_OFF
See Also:
Constant Field Values

OFFLINE_MODE_FETCHING

public static final int OFFLINE_MODE_FETCHING
See Also:
Constant Field Values

OFFLINE_MODE_STORING

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

getTxnCode

public java.lang.String getTxnCode()
                            throws java.rmi.RemoteException
This method returns this transaction's code

Returns:
transaction code
Throws:
java.rmi.RemoteException

getTxnType

public java.lang.String getTxnType()
                            throws java.rmi.RemoteException
This method returns this transaction's type

Returns:
transaction type
Throws:
java.rmi.RemoteException

getDataFormat

public java.lang.String getDataFormat()
                               throws java.rmi.RemoteException
This method returns this Data-Format class name

Returns:
transaction type
Throws:
java.rmi.RemoteException

getDestinationId

public java.lang.String getDestinationId()
                                  throws java.rmi.RemoteException
This method returns the Destination Id

Returns:
destination id
Throws:
java.rmi.RemoteException

getHostSequenceNumber

public int getHostSequenceNumber()
                          throws java.rmi.RemoteException
This method returns the host sequence number

Returns:
int
Throws:
java.rmi.RemoteException


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