Package com.accendia.iris.server

Contains the classes used by the server applications to perform client callback and to obtain information about the application environment and command invocation client context.

See:
          Description

Interface Summary
IApplication This interface represents an application installed on the server.
IApplicationListener This interface must be implemented by application listeners.
IClientProxyFactory This interface is implemented by the ClientProxyFactory provided by the server.
IConnectionContext Represents a client connection.
IDynamicCommand This interface should be implemented by dynamic commands that must perform cleanup when the command is released.
ISessionListener This interface must be implemented by the application session listeners.
 

Class Summary
ApplicationContext Provides information about the application context.
ClientContext The client context provides the client proxy and the client connection.
 

Exception Summary
ApplicationInitializationException This exception must be thrown in the invocation of the start() method of application listeners if initialization failed.
InitSessionListenerException Is thrown by a session listener on application startup if the init() invocation for the listener throws an exception.
 

Package com.accendia.iris.server Description

Contains the classes used by the server applications to perform client callback and to obtain information about the application environment and command invocation client context.