com.bankframe.services.audit.auditrecord
Interface AuditRecord

All Known Implementing Classes:
AuditRecordBean, AuditRecordBean, AuditRecordCMPBean

public interface AuditRecord

The AuditRecord interface.


Method Summary
 String getAuditDate()
           
 String getAuditTime()
           
 String getRequest()
           
 String getRequestId()
           
 String getResponse()
           
 

Method Detail

getAuditDate

String getAuditDate()
                    throws RemoteException
Throws:
RemoteException

getAuditTime

String getAuditTime()
                    throws RemoteException
Throws:
RemoteException

getRequest

String getRequest()
                  throws RemoteException
Throws:
RemoteException

getRequestId

String getRequestId()
                    throws RemoteException
Throws:
RemoteException

getResponse

String getResponse()
                   throws RemoteException
Throws:
RemoteException


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