Name | Description | |
---|---|---|
![]() | Connect(ICatalogDomainInfo) |
Connects a client process to the data grid.
Multiple invocations will produce additional connections. The IClientConnectionContext should be cached for the life of the application, and the Disconnect(IClientConnectionContext) method should be invoked to disconnect from the data grid. |
![]() | Connect(ICatalogDomainInfo, String) |
Connects a client process to the data grid using connection properties that are specified in the the configFilename.
Multiple invocations will produce additional connections. The IClientConnectionContext should be cached for the life of the application, and the Disconnect(IClientConnectionContext) method should be invoked to disconnect from the data grid. |
![]() | Disconnect |
Disconnects a client process from a catalog server. The IClientConnectionContext and associated IGrid
instances are invalid once disconnected.
|
![]() | GetGrid |
Returns a client data grid instance that corresponds to the data grid that is identified by the specified name. The IGrid
is thread safe and should be cached for the life of the application.
A grid name cooresponds to an ObjectGrid name in the data grid configuration. |
Name | Description | |
---|---|---|
![]() | CatalogDomainManager |
Retrieves the CatalogDomainManager, which is used for creating ICatalogDomainInfo objects.
|