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.
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.