|
||||||||||
| 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 ServerContextpublic ISession getSession()
getSession in class ServerContextnull if session is not availablepublic java.lang.String getSystemIdentifier()
getSystemIdentifier in class ServerContextpublic java.lang.String getServerIdentifier()
getServerIdentifier in class ServerContextpublic ICallHandler getCallHandler()
ICallHandler for the current context. The handler is session
independent.
getCallHandler in class ServerContextnull if no current session is availablepublic IServer getServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||