Package javax.rad.server

Contains classes and interfaces needed for implementing a remote server.

See:
          Description

Interface Summary
ICallBackBroker The ICallBackBroker enables publishing of objects from the server to the client.
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.
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.
 

Class Summary
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.
InjectObject The InjectObject is a POJO which holds an object with a specific name.
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.
 

Enum Summary
ICallBackBroker.PublishState The publish state.
 

Exception Summary
ExpiredException The ExpiredException is a SecurityException in case that something was expired.
InactiveException The InactiveException is a SecurityException in case that something is inactive.
InvalidPasswordException The InvalidPasswordException is a SecurityException in case that passwords are wrong or invalid.
NotFoundException The NotFoundException is a SecurityException in case that something was not found.
UnknownObjectException The UnknownObjectException is a RuntimeException for undefined or not found server objects.
 

Package javax.rad.server Description

Contains classes and interfaces needed for implementing a remote server.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.