com.bankframe.services.impl.audit
Class AuditBean
java.lang.Object
com.bankframe.services.audit.AuditBean
com.bankframe.services.impl.audit.AuditBean
- All Implemented Interfaces:
- ESession, Audit, 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. |
AuditBean
public AuditBean()
- The default AuditControllerBean constructor.
addAuditRoute
public Vector addAuditRoute(DataPacket data)
throws ProcessingErrorException,
RemoteException
- Throws:
ProcessingErrorException
RemoteException
deleteAuditRoute
public Vector deleteAuditRoute(DataPacket data)
throws ProcessingErrorException,
RemoteException
- Throws:
ProcessingErrorException
RemoteException
getAllAuditedRoutes
public Vector getAllAuditedRoutes()
throws ProcessingErrorException,
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
- Throws:
ProcessingErrorException
RemoteException
processDataPacket
public 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 Vector processDataPackets(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, 2007, Oracle. All rights reserved.