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

java.lang.Object
  extended bycom.bankframe.services.notification.notificationserver.NotificationServerBean
      extended bycom.bankframe.services.notification.impl.notificationserver.NotificationServerBean
          extended bycom.bankframe.services.notification.impl.notificationserver.NotificationServerSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ESession, NotificationServer, java.io.Serializable, javax.ejb.SessionBean

public class NotificationServerSessionBean
extends NotificationServerBean
implements javax.ejb.SessionBean

The NotificationServerSessionBean Class

Author:
ksmith
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
NotificationServerSessionBean()
           
 
Method Summary
 void ejbActivate()
          This method is the ejbActivate .
 void ejbCreate()
          This method is the ejbCreate .
 void ejbPassivate()
          This method is the ejbPassivate .
 void ejbRemove()
          This method is the ejbRemove .
 java.util.Vector processDataPacket(DataPacket dataPacket)
          This method processes the datapackets.
 java.util.Vector processDataPackets(java.util.Vector allData)
          This method handles a vector of dataPackets.
 void setSessionContext(javax.ejb.SessionContext newSessionContext)
          This method is the setSessionContext .
 
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

NotificationServerSessionBean

public NotificationServerSessionBean()
Method Detail

ejbActivate

public void ejbActivate()
This method is the ejbActivate .

Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbCreate

public void ejbCreate()
This method is the ejbCreate .


ejbPassivate

public void ejbPassivate()
This method is the ejbPassivate .

Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
This method is the ejbRemove .

Specified by:
ejbRemove in interface javax.ejb.SessionBean

processDataPacket

public java.util.Vector processDataPacket(DataPacket dataPacket)
                                   throws ProcessingErrorException
This method processes the datapackets.

Specified by:
processDataPacket in interface ESession
Overrides:
processDataPacket in class NotificationServerBean
Parameters:
dataPacket - DataPacket
Returns:
Vector
Throws:
ProcessingErrorException.This - Exception is thrown if processing fails
ProcessingErrorException - This exception is thrown when processing fails

processDataPackets

public java.util.Vector processDataPackets(java.util.Vector allData)
                                    throws ProcessingErrorException
This method handles a vector of dataPackets.

Specified by:
processDataPackets in interface ESession
Overrides:
processDataPackets in class NotificationServerBean
Parameters:
allData - Vector
Returns:
Vector
Throws:
ProcessingErrorException - thrown when processing fails

setSessionContext

public void setSessionContext(javax.ejb.SessionContext newSessionContext)
This method is the setSessionContext .

Specified by:
setSessionContext in interface javax.ejb.SessionBean


Copyright © 2004 Siebel Systems, Inc. All rights reserved.