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
 java.lang.String getIndexName()
          This method returns this index name
 java.lang.String getTxnCode()
          This method returns this transaction's code
 java.lang.String getTxnType()
          This method returns this transaction's type
 

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

getIndexName

public java.lang.String getIndexName()
                              throws java.rmi.RemoteException
This method returns this index name

Returns:
index name
Throws:
java.rmi.RemoteException


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