FTL.Realm.connectToRealmServer()

Signature

Object connectToRealmServer (String realmUrl, String applicationName, String username, String password, TibProperties tibProperties)

Domain

ACTION

Description

Connect to a FTL Realm Server, and create a Realm object.

Parameters

NameTypeDescription
realmUrlStringThe URL where the FTL Realm Server is running.
applicationNameStringThe String application name.
usernameStringThe username credential to be used for connecting to FTL Realm server. This username would override the username passed in TibProperties Object
passwordStringThe password credential to be used for connecting to FTL Realm server. This password would override the username passed in TibProperties Object
tibPropertiesObjectTibProperties properties

Returns

TypeDescription
ObjectRealm type Object

Cautions

none