|
||||||||||
| 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.AbstractServerContext
public abstract class AbstractServerContext
The AbstractServerContext is a general 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. |
String |
getServerIdentifier()
Gets the identifier of the server that started this context. |
ISession |
getSession()
Gets the session instance if available. |
String |
getSystemIdentifier()
Gets the system identifier. |
protected void |
setSession(ISession pSession)
Sets the session. |
| 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 String getSystemIdentifier()
getSystemIdentifier in class ServerContextpublic 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 availableprotected void setSession(ISession pSession)
pSession - the sessionpublic IServer getServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||