com.bankframe.services.audit.auditroute
Interface AuditRoute

All Known Subinterfaces:
AuditRoute
All Known Implementing Classes:
AuditRouteBean, AuditRouteBean, AuditRouteCMPBean

public interface AuditRoute

The AuditRoute interface.


Method Summary
 String getRequestId()
          This method returns the value of requestId.
 String getRouteAuditable()
          This method returns the value of routeAuditable.
 

Method Detail

getRequestId

String getRequestId()
                    throws RemoteException
This method returns the value of requestId.

Returns:
String
Throws:
RemoteException

getRouteAuditable

String getRouteAuditable()
                         throws RemoteException
This method returns the value of routeAuditable.

Returns:
String
Throws:
RemoteException


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