com.accendia.iris.system.interfaces
Interface IExpressLoader


public interface IExpressLoader

This interface is implemented by the admin command of the system application. The typical client is not using the system application directly but through the ServerContext object.

Since:
2.1

Method Summary
 IExpressLoginResult expressLogin(java.lang.String user, char[] password)
           
 void loadApplicationObjects(int appIdx)
          Instructs the server to send the application metadata to the invoking client.
 

Method Detail

expressLogin

IExpressLoginResult expressLogin(java.lang.String user,
                                 char[] password)
                                 throws java.io.IOException
Parameters:
user - Login user name
password - Login password
Returns:
Login result object
Throws:
java.io.IOException

loadApplicationObjects

void loadApplicationObjects(int appIdx)
Instructs the server to send the application metadata to the invoking client.

Parameters:
appIdx - The index identifying the application