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
- Author:
 
  - etu
 
- See Also:
 PrintBean
| 
Constructor Summary | 
PrintBean()
 
          Default Constructor | 
 
| 
Method Summary | 
 java.util.Vector | 
processDataPacket(DataPacket data)
 
          This method processes a single DataPacket request | 
 java.util.Vector | 
processDataPackets(java.util.Vector data)
 
          This method process a request containing multiple DataPackets | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PrintBean
public PrintBean()
- Default Constructor
 
processDataPacket
public java.util.Vector processDataPacket(DataPacket data)
                                   throws ProcessingErrorException,
                                          java.rmi.RemoteException
- This method processes a single DataPacket request
- Parameters:
 data - The DataPacket to process
- Returns:
 - Vector of DataPackets
 - Throws:
 ProcessingErrorException - if an error occurs
java.rmi.RemoteException
 
 
processDataPackets
public java.util.Vector processDataPackets(java.util.Vector data)
                                    throws ProcessingErrorException,
                                           java.rmi.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
java.rmi.RemoteException
 
 
Copyright © 2004 Siebel Systems, Inc. All rights reserved.