|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.frontend.FidoBean
EJB code that implements the FidoRemote interface with concrete methods. The EJB is instantiated by the EJB container.
Constructor Summary | |
FidoBean()
Called by the EJB container to create a new FidoBean instance |
Method Summary | |
void |
ejbActivate()
Required by the SessionBean interface. |
void |
ejbCreate()
Required by the SessionBean interface. |
void |
ejbPassivate()
Required by the SessionBean interface. |
void |
ejbRemove()
Required by the SessionBean interface. |
java.lang.String |
fidoString(java.lang.String user)
Calls the FidoSession class to process the input string from the user. |
void |
setSessionContext(javax.ejb.SessionContext context)
Required by the SessionBean interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FidoBean()
Method Detail |
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public void setSessionContext(javax.ejb.SessionContext context)
setSessionContext
in interface javax.ejb.SessionBean
context
- SessionContext the EJB is running.public void ejbCreate()
public java.lang.String fidoString(java.lang.String user)
FidoSession.fidoString(String)
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |