|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is the EJB-tier controller of the MVC for cinecolombia module. It is implemented as a session EJB. It controls all the activities that happen in a client session (managing update events through handleEvent() method) It also provides mechanisms to access other session EJBs and variables: get services for obtaining session variables and for contacting EJBs (entity or session) which are instanced for the user.
| Method Summary | |
Security |
getSecurity(java.lang.String companyId,
java.lang.Long userId)
get reference to Security EJB |
java.lang.String |
getW()
Example of session variables: |
java.util.Collection |
handleEvent(CinecolombiaEvent ese)
Principal service: Feeds the specified event to the state machine of the business logic. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public java.util.Collection handleEvent(CinecolombiaEvent ese)
throws java.rmi.RemoteException,
CinecolombiaEventException
ese - event associated to a user request
CinecolombiaEventException
java.rmi.RemoteException - Description of the Exception
public Security getSecurity(java.lang.String companyId,
java.lang.Long userId)
throws java.rmi.RemoteException
companyId - Description of the ParameteruserId - Description of the Parameter
java.rmi.RemoteException
public java.lang.String getW()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||