Package com.accendia.iris.system.interfaces

Contains the interfaces used by the system application.

See:
          Description

Interface Summary
IAdminCommand This interface is implemented by the admin command of the system application.
IApplicationLoadCallback This client callback interface is used to implement application metadata loading into the ServerContext.
IApplicationObjects Interface for the complex data type returned by the system application describing the components of a hosted application.
IExpressLoader This interface is implemented by the admin command of the system application.
IExpressLoginResult This represents the login result data and is used by the ServerContext object.
IServerAdmin This interface is implemented by the admin and is used for server shutdown.
IServerAuthInfo Encapsulates server information that is used by the server context to authenticate the server and establish the secure connection.
 

Package com.accendia.iris.system.interfaces Description

Contains the interfaces used by the system application. The system application is registered automatically by the server at startup and provides core server functionalities.

The system application has the following structure:

Application Name: system

Static Commands:

admin
Provides the following functionalities: Interfaces implemented:

Command Factories:
none

Client Callback Handlers:

IApplicationLoadCallback
Used by the ServerContext to receive remote application metadata from the server.