|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.io.SessionManager
Implements a composite of session managers.
Constructor Summary | |
SessionManager()
Create a session manager. |
Method Summary | |
void |
close()
Close the session. |
void |
closed(IInput input)
Notify the closing of an input. |
void |
closed(IOutput output)
Notify the closing of an output. |
void |
opened(IInput input,
IOutput output)
Notify the opening of an input and/or output. |
void |
register(ISessionManager manager)
Register a session manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SessionManager()
Method Detail |
public final void register(ISessionManager manager)
manager
- the manager to registerpublic final void close()
close
in interface ISessionManager
public final void opened(IInput input, IOutput output)
opened
in interface IConnectionObserver
input
- the input or null if noneoutput
- the input or null if nonepublic final void closed(IInput input)
closed
in interface IDisconnectionObserver
input
- the closed inputpublic final void closed(IOutput output)
closed
in interface IDisconnectionObserver
output
- the closed output
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |