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 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
Throws:
java.rmi.RemoteException

getEntityName

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

Returns:
String
Throws:
java.rmi.RemoteException

getMethodName

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

Returns:
String
Throws:
java.rmi.RemoteException

getTimeOutValue

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

Returns:
String
Throws:
java.rmi.RemoteException

getTxnCode

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

Returns:
String
Throws:
java.rmi.RemoteException

getTxnType

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

Returns:
String
Throws:
java.rmi.RemoteException


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