com.bankframe.services.notification.impl.notificationserver
Class NotificationServerBean
java.lang.Object
   com.bankframe.services.notification.notificationserver.NotificationServerBean
com.bankframe.services.notification.notificationserver.NotificationServerBean
       com.bankframe.services.notification.impl.notificationserver.NotificationServerBean
com.bankframe.services.notification.impl.notificationserver.NotificationServerBean
- All Implemented Interfaces: 
- ESession, NotificationServer, Serializable
- Direct Known Subclasses: 
- NotificationServerSessionBean
- public abstract class NotificationServerBean 
- extends NotificationServerBean- implements ESession
The Bean class for  NotificationServerBean Session
- See Also:
- Serialized Form
 
 
 
 
 
 
NotificationServerBean
public NotificationServerBean()
processDataPacket
public Vector processDataPacket(DataPacket data)
                         throws ProcessingErrorException
- This method processes the data packet
 
- 
- Specified by:
- processDataPacketin interface- ESession
 
- 
- Parameters:
- data- DataPacket
- Returns:
- Vector
- Throws:
- ProcessingErrorException- This exception is thrown when processing fails
- RemoteException- This exception is thrown if communication fails during the remote method call
 
processDataPackets
public Vector processDataPackets(Vector allData)
                          throws ProcessingErrorException
- This method handles a vector of input dataPackets.
 
- 
- Specified by:
- processDataPacketsin interface- ESession
 
- 
- Parameters:
- allData- Vector
- Returns:
- Vector
- Throws:
- ProcessingErrorException- thrown when the processing fails
 
Copyright © 2005, 2007, Oracle. All rights reserved.