DataGrid Connection Parameters

Given below are the parameters that you can specify for a datagrid in the DataGrid Editor to establish a connection with ActiveSpaces.

General

The General panel shows the package that stores the DataGrid shared resource and the shared resource name. You can also provide a description for the shared resource in this panel.

The following table describes the fields in the General panel of the DataGrid shared resource:

Field Module Property? Description
Package No Specifies the package that saves the DataGrid shared resource.
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.

DataGrid

In the DataGrid panel , you can provide information for the ActiveSpaces datagrid that the plug-in connects to.

Field Module Property? Description
Realm Server URL Yes Specifies The FTL realm server URL of a datagrid 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.

Wait Time (seconds) Yes Optional: Specifies the amount of time that the member waits for a connection to the datagrid. 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 datagrid 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.