com.sibvisions.rad.server
Class AbstractSessionContext

java.lang.Object
  extended by javax.rad.server.SessionContext
      extended by 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.


Nested Class Summary
protected static class AbstractSessionContext.WrappedSession
          The WrappedSession allows restricted access to the AbstractSession.
 
Constructor Summary
AbstractSessionContext()
           
 
Method Summary
 ISession getMasterSession()
          Gets the MasterSession for this context.
 
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
 

Constructor Detail

AbstractSessionContext

public AbstractSessionContext()
Method Detail

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.