|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionContext | |
---|---|
com.sibvisions.rad.server | Contains remote server classes and dependent components. |
javax.rad.server | Contains classes and interfaces needed for implementing a remote server. |
Uses of SessionContext in com.sibvisions.rad.server |
---|
Subclasses of SessionContext in com.sibvisions.rad.server | |
---|---|
class |
AbstractSessionContext
The AbstractSessionContext is a simple extension of SessionContext . |
Methods in com.sibvisions.rad.server with parameters of type SessionContext | |
---|---|
protected Object |
AbstractSession.executeWithSessionContext(SessionContext pContext,
com.sibvisions.rad.server.Call pCall)
Executes a remote method call. |
Uses of SessionContext in javax.rad.server |
---|
Methods in javax.rad.server that return SessionContext | |
---|---|
static SessionContext |
SessionContext.getCurrentInstance()
Gets the current/last instance of SessionContext . |
SessionContext |
SessionContext.getNextContext()
Gets the next SessionContext, if available. |
SessionContext |
SessionContext.getPreviousContext()
Gets the previous SessionContext, if available. |
Methods in javax.rad.server with parameters of type SessionContext | |
---|---|
protected void |
SessionContext.setCurrentInstance(SessionContext pContext)
Sets the current SessionContext instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |