com.bankframe.services.impl.print
Class PrintBean

java.lang.Object
  extended by com.bankframe.services.print.PrintBean
      extended by com.bankframe.services.impl.print.PrintBean
Direct Known Subclasses:
PrintSessionBean

public abstract class PrintBean
extends PrintBean

This class is the implementation level of the Print Service

See Also:
PrintBean

Constructor Summary
PrintBean()
          Default Constructor
 
Method Summary
 Vector processDataPacket(DataPacket data)
          This method processes a single DataPacket request
 Vector processDataPackets(Vector data)
          This method process a request containing multiple DataPackets
 
Methods inherited from class com.bankframe.services.print.PrintBean
imPrint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintBean

public PrintBean()
Default Constructor

Method Detail

processDataPacket

public Vector processDataPacket(DataPacket data)
                         throws ProcessingErrorException,
                                RemoteException
This method processes a single DataPacket request

Parameters:
data - The DataPacket to process
Returns:
Vector of DataPackets
Throws:
ProcessingErrorException - if an error occurs
RemoteException

processDataPackets

public Vector processDataPackets(Vector data)
                          throws ProcessingErrorException,
                                 RemoteException
This method process a request containing multiple DataPackets

Parameters:
data - The DataPackets to process
Returns:
Vector of DataPackets
Throws:
ProcessingErrorException - if an error occurs
RemoteException


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