com.bankframe.examples.passthrough
Class PassThroughBean

java.lang.Object
  extended bycom.bankframe.ejb.ESessionBean
      extended bycom.bankframe.examples.passthrough.PassThroughBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ESession, java.io.Serializable, javax.ejb.SessionBean

public class PassThroughBean
extends ESessionBean

See Also:
Serialized Form

Constructor Summary
PassThroughBean()
           
 
Method Summary
 void logAttribute(java.lang.String key, java.lang.String value)
           
 void logDataPacket(DataPacket dp)
           
 void logVector(java.util.Vector data)
           
 java.util.Vector processDataPacket(DataPacket data)
          This method processes a DataPacket.
 java.util.Vector processDataPackets(java.util.Vector data)
          This method processes a vector of DataPackets
 
Methods inherited from class com.bankframe.ejb.ESessionBean
audit, ejbActivate, ejbCreate, ejbLoad, ejbPassivate, ejbPostCreate, ejbRemove, ejbStore, getSessionContext, setSessionContext, unsetSessionContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassThroughBean

public PassThroughBean()
Method Detail

processDataPacket

public java.util.Vector processDataPacket(DataPacket data)
                                   throws ProcessingErrorException,
                                          java.rmi.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
java.rmi.RemoteException

logVector

public void logVector(java.util.Vector data)

logDataPacket

public void logDataPacket(DataPacket dp)

logAttribute

public void logAttribute(java.lang.String key,
                         java.lang.String value)

processDataPackets

public java.util.Vector processDataPackets(java.util.Vector data)
                                    throws ProcessingErrorException,
                                           java.rmi.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
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.