com.bankframe.ei.txnhandler.responseindex
Interface ResponseIndex

All Known Subinterfaces:
ResponseIndex
All Known Implementing Classes:
ResponseIndexImplt

public interface ResponseIndex

The remote interface of the ResponseIndexBean Entity Bean


Method Summary
 String getIndexName()
          This method returns this index name
 String getTxnCode()
          This method returns this transaction's code
 String getTxnType()
          This method returns this transaction's type
 

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

getIndexName

String getIndexName()
                    throws RemoteException
This method returns this index name

Returns:
index name
Throws:
RemoteException


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