|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Session
Interface that stores the state of the connection to the server. It is also where the ServiceManager
can be
found. A session is created and initialized by calling SessionFactory.newSession(URL,String, String)
.
Method Summary | |
---|---|
ServiceManager |
getServiceManager()
Get the single service manager for this session. |
void |
invalidate()
Invalidate the session and free any server-side resources being held. |
boolean |
isValid()
Check whether this is session is still valid. |
Method Detail |
---|
boolean isValid()
invalidate()
.
void invalidate()
ServiceManager getServiceManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |