Data Grid Connection Parameters
Given below are the parameters that you can specify for a data grid 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:
DataGrid
In the DataGrid panel , you can provide information for the ActiveSpaces data grid that the plug-in connects to.
| Field | Module Property? | Description |
|---|---|---|
| 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. |
