|
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.FidoSession
This class represents one user connection. It maintains context information and previous discourse for the user. The Application Server (JBoss) passes a reference to this class back to a web user, if one does not exist in the request already. The client then passes the reference back to the server for each request.
Constructor Summary | |
FidoSession()
Creates a new FidoSession object. |
Method Summary | |
java.lang.String |
fidoString(java.lang.String userString)
Called by the client to have the server process a natural language request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FidoSession()
Method Detail |
public java.lang.String fidoString(java.lang.String userString) throws FidoException
userString
- Contains a natural language statement.
FidoException
- A FidoException is the root
of all exceptions that the server may
generate. Since the client will not take
different actions for each exception, all
exceptions are rolled up into one catch
all. The message should be descriptive
enough to display to the user.
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |