com.bankframe.services.notification.impl.notificationserver
Class NotificationServerBean

java.lang.Object
  extended by com.bankframe.services.notification.notificationserver.NotificationServerBean
      extended by 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

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
NotificationServerBean()
           
 
Method Summary
 Vector processDataPacket(DataPacket data)
          This method processes the data packet
 Vector processDataPackets(Vector allData)
          This method handles a vector of input dataPackets.
 
Methods inherited from class com.bankframe.services.notification.notificationserver.NotificationServerBean
broadCast, isIDRegistered, notifyUser, notifyUser, registerUser, unregisterUser, unregisterUser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationServerBean

public NotificationServerBean()
Method Detail

processDataPacket

public Vector processDataPacket(DataPacket data)
                         throws ProcessingErrorException
This method processes the data packet

Specified by:
processDataPacket in 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:
processDataPackets in interface ESession
Parameters:
allData - Vector
Returns:
Vector
Throws:
ProcessingErrorException - thrown when the processing fails


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