| |
|
| java.lang.Object org.objectweb.alarm.beans.ViewBean
ViewBean | public class ViewBean implements SessionBean(Code) | | Session bean View. Does not implement SessionSynchronization. We assume that
this bean and AlarmManager run in the same JVM. Each Session bean is
dedicated to 1 client: Here, the ViewProxy class. Each Session may be
connected to 1 Profil or not.
|
ejbActivate | public void ejbActivate()(Code) | | Activate
See Also: javax.ejb.SessionBean.ejbActivate |
ejbCreate | public void ejbCreate()(Code) | | The Session bean must define 1 or more ejbCreate methods.
|
ejbPassivate | public void ejbPassivate()(Code) | | Passivate
See Also: javax.ejb.SessionBean.ejbPassivate |
ejbRemove | public void ejbRemove()(Code) | | Remove
See Also: javax.ejb.SessionBean.ejbRemove |
forgetAlarm | public void forgetAlarm(String pk) throws RemoteException(Code) | | Forget this message because problem has been taken into account.
Parameters: pk - primary key throws: RemoteException - if remote call failed |
getProfils | public String[] getProfils()(Code) | | an enumeration of all available profils |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | Set the context for this bean
Parameters: ctx - the context See Also: javax.ejb.SessionBean.setSessionContext(javax.ejb.SessionContext) |
|
|
|