|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.notification.notificationserver.NotificationServerBean
com.bankframe.services.notification.impl.notificationserver.NotificationServerBean
com.bankframe.services.notification.impl.notificationserver.NotificationServerSessionBean
public class NotificationServerSessionBean
The NotificationServerSessionBean Class
| 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 . |
Vector |
processDataPacket(DataPacket dataPacket)
This method processes the datapackets. |
Vector |
processDataPackets(Vector allData)
This method handles a vector of dataPackets. |
void |
setSessionContext(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 |
|---|
public NotificationServerSessionBean()
| Method Detail |
|---|
public void ejbActivate()
ejbActivate in interface SessionBeanpublic void ejbCreate()
public void ejbPassivate()
ejbPassivate in interface SessionBeanpublic void ejbRemove()
ejbRemove in interface SessionBean
public Vector processDataPacket(DataPacket dataPacket)
throws ProcessingErrorException
processDataPacket in interface ESessionprocessDataPacket in class NotificationServerBeandataPacket - DataPacket
ProcessingErrorException.This - Exception is thrown if processing fails
ProcessingErrorException - This exception is thrown when processing fails
public Vector processDataPackets(Vector allData)
throws ProcessingErrorException
processDataPackets in interface ESessionprocessDataPackets in class NotificationServerBeanallData - Vector
ProcessingErrorException - thrown when processing failspublic void setSessionContext(SessionContext newSessionContext)
setSessionContext in interface SessionBeannewSessionContext - SessionContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||