Data Grid Connection Parameters

Given below are the parameters that you can specify for a data grid to establish a connection with ActiveSpaces.

Configuration

In the Configuration tab, you can provide information for the ActiveSpaces data grid that the plug-in connects to.

The following table describes the fields in the Configuration tab of the DataGrid shared resource:

Field Module Property? Description
Name No Specifies the name to be displayed as the label for the DataGrid shared resource in the process.
Description No Optional: Specifies a short description for the shared resource.
Realm Server URL Yes Specifies The FTL realm server URL of a data grid used by a member to connect. The default value is http://localhost:8080

See TIBCO ActiveSpaces Developer’s Guide for detailed information.

Is Transacted Yes Optional: Specifies if the created session is transacted. Is Transacted has a boolean value.

See TIBCO ActiveSpaces Developer’s Guide for more information.

Connection WaitTimeout (seconds) Yes Optional: Specifies the amount of time that the member waits for a connection to the data grid. The value must be set to greater than the client-proxy roundtrip time or the connection will fail and must be retried.

The default value is 0.1 second.

See TIBCO ActiveSpaces Java API Reference for more information.

Timeout (seconds) Yes Optional: Specifies the amount of time that the member waits for a reconnection after the connection to the data grid terminates unexpectedly.

The default value is 5.0 seconds.

See TIBCO ActiveSpaces Java API Reference for more information.

User Name Yes Specifies the user name for the realm server. The user name has a string value.
Password Yes Specifies the password for the realm server. The password has a string value.