com.bankframe.examples.passthrough
Class PassThroughBean
java.lang.Object
com.bankframe.ejb.ESessionBean
com.bankframe.examples.passthrough.PassThroughBean
- All Implemented Interfaces:
- ESession, Serializable, EnterpriseBean, SessionBean
public class PassThroughBean
- extends ESessionBean
- See Also:
- Serialized Form
Methods inherited from class com.bankframe.ejb.ESessionBean |
audit, ejbActivate, ejbCreate, ejbLoad, ejbPassivate, ejbPostCreate, ejbRemove, ejbStore, getSessionContext, setSessionContext, unsetSessionContext |
PassThroughBean
public PassThroughBean()
processDataPacket
public Vector processDataPacket(DataPacket data)
throws ProcessingErrorException,
RemoteException
- Description copied from class:
ESessionBean
- This method processes a DataPacket. This method must be implemented by
all BankFrame session beans.
- Specified by:
processDataPacket
in interface ESession
- Specified by:
processDataPacket
in class ESessionBean
- Parameters:
data
- The DataPacket to process.
- Returns:
- A vector containing one or more response DataPackets.
- Throws:
ProcessingErrorException
- if the request cannot be processed
RemoteException
logVector
public void logVector(Vector data)
logDataPacket
public void logDataPacket(DataPacket dp)
logAttribute
public void logAttribute(String key,
String value)
processDataPackets
public Vector processDataPackets(Vector data)
throws ProcessingErrorException,
RemoteException
- Description copied from class:
ESessionBean
- This method processes a vector of DataPackets
- Specified by:
processDataPackets
in interface ESession
- Overrides:
processDataPackets
in class ESessionBean
- Parameters:
data
- a vector of DataPackets.
- Returns:
- a vector containing one or more response DataPackets.
- Throws:
ProcessingErrorException
- if the request cannot be processed
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.