|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nees.data.service.NFMSSession
This class is the parent of both the server and client sessions. It is needed for those cases where code is reused on the client-side and server-side
| Constructor Summary | |
NFMSSession()
Creates a new instance of NFMSSession |
|
| Method Summary | |
abstract void |
close()
Release resources used by this session. |
abstract void |
open()
Acquire resources required by this session. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nees.util.sessions.AuthenticatedSession |
getIdentity |
| Methods inherited from interface org.nees.util.sessions.Session |
getInterpreter |
| Constructor Detail |
public NFMSSession()
| Method Detail |
public abstract void open()
throws SessionException
Session
open in interface SessionSessionException
public abstract void close()
throws SessionException
Session
close in interface SessionSessionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||