com.bankframe.services.impl.print
Class PrintBean
java.lang.Object
com.bankframe.services.print.PrintBean
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 |
PrintBean
public PrintBean()
- Default Constructor
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.