com.sibvisions.rad.server
Class AbstractSessionContext
java.lang.Object
javax.rad.server.SessionContext
com.sibvisions.rad.server.AbstractSessionContext
public abstract class AbstractSessionContext
- extends SessionContext
The AbstractSessionContext
is a simple extension of SessionContext
. It allows
indirect access to internal classes like MasterSession.
Methods inherited from class javax.rad.server.SessionContext |
destroy, getCurrentInstance, getCurrentServerConfig, getCurrentSession, getCurrentSessionConfig, getMethodName, getNextContext, getObject, getObjectName, getPreviousContext, getServerConfig, getServerConnection, getSession, getSessionConfig, isReleased, putObject, putObject, release, removeObject, removeObject, setCurrentInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSessionContext
public AbstractSessionContext()
getMasterSession
public ISession getMasterSession()
- Gets the MasterSession for this context.
- Returns:
- the session or
null
if no master session was found
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.