|
|||||||||||
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 interfases 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 | |
Interfases |
getInterfases(java.lang.String companyId,
java.lang.Long userId,
java.lang.String[] ordenProc)
get reference to Interfases EJB |
java.lang.String |
getW()
Example of session variables: |
java.util.Collection |
handleEvent(InterfasesEvent 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(InterfasesEvent ese) throws java.rmi.RemoteException, InterfasesEventException
ese
- event associated to a user request
InterfasesEventException
java.rmi.RemoteException
- Description of the Exceptionpublic Interfases getInterfases(java.lang.String companyId, java.lang.Long userId, java.lang.String[] ordenProc) throws java.rmi.RemoteException
companyId
- Description of the ParameteruserId
- Description of the ParameterordenProc
- 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 |