com.bankframe.ei.txnhandler.persistertxnmap
Interface PersisterTxnMap

All Known Subinterfaces:
PersisterTxnMap
All Known Implementing Classes:
PersisterTxnMapImplt

public interface PersisterTxnMap

This class is the remote interface of the PersisterTxnMapbean


Method Summary
 String getCachePolicy()
          Getter method for cachePolicy
 String getEntityName()
          Getter method for entityName
 String getIndexName()
          Getter method for indexName
 String getMethodName()
          Getter method for methodName
 String getTimeOutValue()
          Getter method for timeOutValue
 String getTxnCode()
          Getter method for TxnCode
 String getTxnType()
          Getter method for TxnType
 

Method Detail

getCachePolicy

String getCachePolicy()
                      throws RemoteException
Getter method for cachePolicy

Returns:
String
Throws:
RemoteException

getEntityName

String getEntityName()
                     throws RemoteException
Getter method for entityName

Returns:
String
Throws:
RemoteException

getMethodName

String getMethodName()
                     throws RemoteException
Getter method for methodName

Returns:
String
Throws:
RemoteException

getTimeOutValue

String getTimeOutValue()
                       throws RemoteException
Getter method for timeOutValue

Returns:
String
Throws:
RemoteException

getTxnCode

String getTxnCode()
                  throws RemoteException
Getter method for TxnCode

Returns:
String
Throws:
RemoteException

getTxnType

String getTxnType()
                  throws RemoteException
Getter method for TxnType

Returns:
String
Throws:
RemoteException

getIndexName

String getIndexName()
                    throws RemoteException
Getter method for indexName

Returns:
String
Throws:
RemoteException


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