|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.server.ServerContext
com.sibvisions.rad.server.ServerContextImpl
public class ServerContextImpl
The ServerContextImpl
is an internal ServerContext
implementation.
Method Summary | |
---|---|
protected void |
destroy()
Destroyes any resources associated with this ServerContext instance. |
ICallHandler |
getCallHandler()
Gets the ICallHandler for the current context. |
IServer |
getServer()
Gets the server. |
java.lang.String |
getServerIdentifier()
Gets the identifier of the server that started this context. |
ISession |
getSession()
Gets the session instance if available. |
java.lang.String |
getSystemIdentifier()
Gets the system identifier. |
Methods inherited from class javax.rad.server.ServerContext |
---|
getCurrentInstance, getCurrentSession, isReleased, release, setInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected void destroy()
destroy
in class ServerContext
public ISession getSession()
getSession
in class ServerContext
null
if session is not availablepublic java.lang.String getSystemIdentifier()
getSystemIdentifier
in class ServerContext
public java.lang.String getServerIdentifier()
getServerIdentifier
in class ServerContext
public ICallHandler getCallHandler()
ICallHandler
for the current context. The handler is session
independent.
getCallHandler
in class ServerContext
null
if no current session is availablepublic IServer getServer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |