com.sibvisions.rad.server
Class ServerContextImpl

java.lang.Object
  extended by javax.rad.server.ServerContext
      extended by com.sibvisions.rad.server.AbstractServerContext
          extended by com.sibvisions.rad.server.ServerContextImpl

public class ServerContextImpl
extends AbstractServerContext

The ServerContextImpl is an internal ServerContext implementation.


Method Summary
 ICallHandler getCallHandler()
          Gets the ICallHandler for the current context.
 
Methods inherited from class com.sibvisions.rad.server.AbstractServerContext
destroy, getServer, getServerIdentifier, getSession, getSystemIdentifier, setSession
 
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

getCallHandler

public ICallHandler getCallHandler()
Gets the ICallHandler for the current context. The handler is session independent.

Overrides:
getCallHandler in class AbstractServerContext
Returns:
the call handler or null if no current session is available


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.