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
 java.lang.String getCachePolicy()
          Getter method for cachePolicy
 java.lang.String getEntityName()
          Getter method for entityName
 java.lang.String getIndexName()
          Getter method for indexName
 java.lang.String getMethodName()
          Getter method for methodName
 java.lang.String getTimeOutValue()
          Getter method for timeOutValue
 java.lang.String getTxnCode()
          Getter method for TxnCode
 java.lang.String getTxnType()
          Getter method for TxnType
 

Method Detail

getCachePolicy

public java.lang.String getCachePolicy()
                                throws java.rmi.RemoteException
Getter method for cachePolicy

Returns:
String
java.rmi.RemoteException

getEntityName

public java.lang.String getEntityName()
                               throws java.rmi.RemoteException
Getter method for entityName

Returns:
String
java.rmi.RemoteException

getMethodName

public java.lang.String getMethodName()
                               throws java.rmi.RemoteException
Getter method for methodName

Returns:
String
java.rmi.RemoteException

getTimeOutValue

public java.lang.String getTimeOutValue()
                                 throws java.rmi.RemoteException
Getter method for timeOutValue

Returns:
String
java.rmi.RemoteException

getTxnCode

public java.lang.String getTxnCode()
                            throws java.rmi.RemoteException
Getter method for TxnCode

Returns:
String
java.rmi.RemoteException

getTxnType

public java.lang.String getTxnType()
                            throws java.rmi.RemoteException
Getter method for TxnType

Returns:
String
java.rmi.RemoteException

getIndexName

public java.lang.String getIndexName()
                              throws java.rmi.RemoteException
Getter method for indexName

Returns:
String
java.rmi.RemoteException


Copyright © 2005 Siebel Systems, Inc. All rights reserved.