FTL.Realm.connectToRealmServer()
Signature
Object connectToRealmServer (String realmUrl, String applicationName, String username, String password, TibProperties tibProperties)
Description
Connect to a FTL Realm Server, and create a Realm object.
Parameters
Name | Type | Description |
realmUrl | String | The URL where the FTL Realm Server is running. |
applicationName | String | The String application name. |
username | String | The username credential to be used for connecting to FTL Realm server. This username would override the username passed in TibProperties Object |
password | String | The password credential to be used for connecting to FTL Realm server. This password would override the username passed in TibProperties Object |
tibProperties | Object | TibProperties properties |
Returns
Type | Description |
Object | Realm type Object |