Uses of Class
com.sibvisions.util.ChangedHashtable

Packages that use ChangedHashtable
com.sibvisions.rad.server Contains remote server classes and dependent components. 
javax.rad.remote Contains all important interfaces for implementing the client/server communication. 
javax.rad.server Contains classes and interfaces needed for implementing a remote server. 
 

Uses of ChangedHashtable in com.sibvisions.rad.server
 

Fields in com.sibvisions.rad.server declared as ChangedHashtable
protected  ChangedHashtable<java.lang.String,java.lang.Object> AbstractSession.chtExternalProperties
          the properties got via constructor.
protected  ChangedHashtable<java.lang.String,java.lang.Object> AbstractSession.chtProperties
          the client and server properties.
 

Methods in com.sibvisions.rad.server that return ChangedHashtable
protected static ChangedHashtable<java.lang.String,java.lang.Object> DirectServerSession.createProperties(java.util.Map<java.lang.String,java.lang.Object> pProperties)
          Creates a new ChangedHashtable instance with given properties as base.
 ChangedHashtable<java.lang.String,java.lang.Object> AbstractSession.getProperties()
          Gets a reference to the internal properties.
 ChangedHashtable<java.lang.String,java.lang.Object> Server.getProperties(java.lang.Object pSessionId)
          Gets all session properties.
 

Methods in com.sibvisions.rad.server with parameters of type ChangedHashtable
 java.lang.Object Server.createSession(ChangedHashtable<java.lang.String,java.lang.Object> pProperties)
          Creates a new session for an application.
 java.lang.Object DefaultSessionManager.createSession(IRequest pRequest, ISerializer pSerializer, ChangedHashtable<java.lang.String,java.lang.Object> pProperties)
          Creates an authenticated session for an application.
 java.lang.Object DefaultSessionManager.createSubSession(IRequest pRequest, AbstractSession pSession, ChangedHashtable<java.lang.String,java.lang.Object> pProperties)
          Creates a new SubSession for an already authenticated main session.
 java.lang.Object Server.createSubSession(java.lang.Object pSessionId, ChangedHashtable<java.lang.String,java.lang.Object> pProperties)
          Creates a sub session of an application.
protected  void AbstractSession.initMaxAliveInterval(ChangedHashtable<java.lang.String,java.lang.Object> pProperties, Zone pZone)
          Initializes the max alive interval.
protected  void AbstractSession.initMaxInactiveInterval(ChangedHashtable<java.lang.String,java.lang.Object> pProperties, Zone pZone, java.lang.String pScope, int pDefault)
          Initializes the max inactive interval.
 

Uses of ChangedHashtable in javax.rad.remote
 

Methods in javax.rad.remote that return ChangedHashtable
protected  ChangedHashtable<java.lang.String,java.lang.Object> MasterConnection.createConnectionProperties()
          Gets the properties which will be sent to the server when opening a new connection.
protected  ChangedHashtable<java.lang.String,java.lang.Object> AbstractConnection.createConnectionProperties()
          Gets the properties which will be sent to the server when opening a new connection.
 ChangedHashtable<java.lang.String,java.lang.Object> ConnectionInfo.getProperties()
          Gets the current connection properties.
 

Constructors in javax.rad.remote with parameters of type ChangedHashtable
ConnectionInfo(ChangedHashtable<java.lang.String,java.lang.Object> pProperties)
          Creates a new instance of ConnectionInfo with predefined connection properties.
 

Uses of ChangedHashtable in javax.rad.server
 

Methods in javax.rad.server that return ChangedHashtable
 ChangedHashtable<java.lang.String,java.lang.Object> IServer.getProperties(java.lang.Object pSessionId)
          Gets all session properties.
 

Methods in javax.rad.server with parameters of type ChangedHashtable
 java.lang.Object IServer.createSession(ChangedHashtable<java.lang.String,java.lang.Object> pProperties)
          Creates a new session for an application.
 java.lang.Object IServer.createSubSession(java.lang.Object pSessionId, ChangedHashtable<java.lang.String,java.lang.Object> pProperties)
          Creates a sub session of an application.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.