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

java.lang.Object
  extended bycom.bankframe.services.notification.notificationserver.NotificationServerBean
      extended bycom.bankframe.services.notification.impl.notificationserver.NotificationServerBean
All Implemented Interfaces:
ESession, NotificationServer, java.io.Serializable
Direct Known Subclasses:
NotificationServerSessionBean

public abstract class NotificationServerBean
extends NotificationServerBean
implements ESession

The Bean class for NotificationServerBean Session

Author:
ksmith
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
NotificationServerBean()
           
 
Method Summary
 java.util.Vector processDataPacket(DataPacket data)
          This method processes the data packet
 java.util.Vector processDataPackets(java.util.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 java.util.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 java.util.Vector processDataPackets(java.util.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 © 2004 Siebel Systems, Inc. All rights reserved.