com.bankframe.services.impl.audit
Class AuditBean
java.lang.Object
|
+--com.bankframe.services.audit.AuditBean
|
+--com.bankframe.services.impl.audit.AuditBean
- All Implemented Interfaces:
- Audit, ESession, java.io.Serializable
- Direct Known Subclasses:
- AuditSessionBean
- public abstract class AuditBean
- extends AuditBean
- implements ESession
The Audit class.
- See Also:
- Serialized Form
Constructor Summary |
AuditBean()
The default AuditControllerBean constructor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditBean
public AuditBean()
- The default AuditControllerBean constructor.
addAuditRoute
public java.util.Vector addAuditRoute(DataPacket data)
throws ProcessingErrorException,
java.rmi.RemoteException
ProcessingErrorException
java.rmi.RemoteException
deleteAuditRoute
public java.util.Vector deleteAuditRoute(DataPacket data)
throws ProcessingErrorException,
java.rmi.RemoteException
ProcessingErrorException
java.rmi.RemoteException
getAllAuditedRoutes
public java.util.Vector getAllAuditedRoutes()
throws ProcessingErrorException,
java.rmi.RemoteException
- Description copied from interface:
Audit
- This method returns a list of all audited routes
- Specified by:
getAllAuditedRoutes
in interface Audit
- Overrides:
getAllAuditedRoutes
in class AuditBean
ProcessingErrorException
java.rmi.RemoteException
processDataPacket
public java.util.Vector processDataPacket(DataPacket data)
throws ProcessingErrorException
- Description copied from interface:
ESession
- This method processes a singe DataPacket request.
- Specified by:
processDataPacket
in interface ESession
- Parameters:
data
- the request DataPacket
- Returns:
- a vector of one or more response DataPackets
- Throws:
ProcessingErrorException
- if the request cannot be processed
processDataPackets
public java.util.Vector processDataPackets(java.util.Vector allData)
throws ProcessingErrorException
- Description copied from interface:
ESession
- This method processes a vector of DataPacket requests.
- Specified by:
processDataPackets
in interface ESession
- Parameters:
allData
- the request DataPackets
- Returns:
- a vector of one or more response DataPackets
- Throws:
ProcessingErrorException
- if the request cannot be processed
Copyright © 2005 Siebel Systems, Inc. All rights reserved.