com.accendia.iris.system.interfaces
Interface IExpressLoginResult


public interface IExpressLoginResult

This represents the login result data and is used by the ServerContext object. A regular client is not using this interface.


Method Summary
 java.lang.String[] getInstalledApplications()
           
 int getLoginCode()
           
 java.lang.String getServerVersion()
          Returns the server version string.
 

Method Detail

getLoginCode

int getLoginCode()
Returns:
The login status

getServerVersion

java.lang.String getServerVersion()
Returns the server version string. This value is accessible to the client through the ServerContext object.

Returns:
The server version string.

getInstalledApplications

java.lang.String[] getInstalledApplications()
Returns:
An array of application names running on the server.