Uses of Package
javax.rad.server

Packages that use javax.rad.server
com.sibvisions.rad.server Contains remote server classes and dependent components. 
com.sibvisions.rad.server.config Contains classes which are used for configuration purposes. 
com.sibvisions.rad.server.http.rest Contains classes for generic REST access. 
com.sibvisions.rad.server.plugin Contains classes for server plugin support. 
com.sibvisions.rad.server.security Contains classes which handles the validation of username/password combinations, with different protocols and different authentication systems. 
com.sibvisions.rad.server.security.validation Contains validators for security managers, e.g. password validator. 
javax.rad.server Contains classes and interfaces needed for implementing a remote server. 
javax.rad.server.event Contains server and communication event classes. 
javax.rad.server.push Contains classes for server-to-client push support. 
 

Classes in javax.rad.server used by com.sibvisions.rad.server
AbstractObjectProvider
          An AbstractObjectProvider handles the access to the life-cycle objects for all sessions.
AbstractSessionManager
          A AbstractSessionManager defines the access to the server-side session handling.
ICallHandler
          The ICallHandler allows listening on remote calls and offers an invokeLater mechanism like on UI side.
ICloseableSession
          The ICloseableSession defines a manually closeable session.
IConfiguration
          The IConfiguration defines the access to the application or server configuration.
InjectObject
          The InjectObject is a POJO which holds an object with a specific name.
IServer
          The IServer interface defines the methods which are necessary for remote server implementations.
ISession
          Provides a way to identify a user and to store information about that user.
ResultObject
          The ResultObject encapsulates the return type and value of a remote call.
ServerContext
          A ServerContext contains all of the per-request state information related to the processing of a single server call.
SessionContext
          A SessionContext contains all of the per-request state information related to the processing of a single server call.
 

Classes in javax.rad.server used by com.sibvisions.rad.server.config
IConfiguration
          The IConfiguration defines the access to the application or server configuration.
 

Classes in javax.rad.server used by com.sibvisions.rad.server.http.rest
ISession
          Provides a way to identify a user and to store information about that user.
 

Classes in javax.rad.server used by com.sibvisions.rad.server.plugin
IServer
          The IServer interface defines the methods which are necessary for remote server implementations.
 

Classes in javax.rad.server used by com.sibvisions.rad.server.security
AbstractObjectProvider
          An AbstractObjectProvider handles the access to the life-cycle objects for all sessions.
IConfiguration
          The IConfiguration defines the access to the application or server configuration.
ISession
          Provides a way to identify a user and to store information about that user.
 

Classes in javax.rad.server used by com.sibvisions.rad.server.security.validation
ISession
          Provides a way to identify a user and to store information about that user.
 

Classes in javax.rad.server used by javax.rad.server
AbstractObjectProvider
          An AbstractObjectProvider handles the access to the life-cycle objects for all sessions.
AbstractSessionManager
          A AbstractSessionManager defines the access to the server-side session handling.
ICallBackBroker
          The ICallBackBroker enables publishing of objects from the server to the client.
ICallBackBroker.PublishState
          The publish state.
ICallHandler
          The ICallHandler allows listening on remote calls and offers an invokeLater mechanism like on UI side.
ICloseableSession
          The ICloseableSession defines a manually closeable session.
IConfiguration
          The IConfiguration defines the access to the application or server configuration.
InjectObject
          The InjectObject is a POJO which holds an object with a specific name.
IServer
          The IServer interface defines the methods which are necessary for remote server implementations.
ISession
          Provides a way to identify a user and to store information about that user.
ResultObject
          The ResultObject encapsulates the return type and value of a remote call.
ServerContext
          A ServerContext contains all of the per-request state information related to the processing of a single server call.
SessionContext
          A SessionContext contains all of the per-request state information related to the processing of a single server call.
 

Classes in javax.rad.server used by javax.rad.server.event
ISession
          Provides a way to identify a user and to store information about that user.
 

Classes in javax.rad.server used by javax.rad.server.push
ISession
          Provides a way to identify a user and to store information about that user.
ResultObject
          The ResultObject encapsulates the return type and value of a remote call.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.