In order to participate as a client in the GemFire Java servers distributed system, each application needs to connect to the DistributedSystem.
Static Public Member Functions | |
| static DistributedSystem^ | Connect (String^ name, Properties^ config, Boolean useMemberType) |
| static DistributedSystem^ | Connect (String^ name, Properties^ config) |
| static DistributedSystem^ | Connect (String^ name) |
| static void | Disconnect () |
| static DistributedSystem^ | GetInstance () |
Properties | |
| static Boolean | IsConnected [get] |
| String^ | Name [get] |
| static GemStone::GemFire::Cache::SystemProperties^ | SystemProperties [get] |
| static DistributedSystem ^ GemStone::GemFire::Cache::DistributedSystem::Connect | ( | String^ | name, | |
| Properties^ | config, | |||
| Boolean | useMemberType | |||
| ) | [static] |
Initializes the Native Client system to be able to connect to the GemFire Java servers.
| name | the name of the system to connect to | |
| config | the set of properties | |
| useMemberType | If true (default), use the configuration property "member type". If false, always set member type to Server. |
| IllegalArgumentException | if name is null | |
| NoSystemException | if the connecting target is not running | |
| AlreadyConnectedException | if trying a second connect. An application can have one only one connection to a DistributedSystem. | |
| LicenseException | if no valid license is found. | |
| UnknownException | otherwise |
| static DistributedSystem ^ GemStone::GemFire::Cache::DistributedSystem::Connect | ( | String^ | name, | |
| Properties^ | config | |||
| ) | [static] |
Initializes the Native Client system to be able to connect to the GemFire Java servers.
| name | the name of the system to connect to | |
| config | the set of properties |
| IllegalArgumentException | if name is null | |
| NoSystemException | if the connecting target is not running | |
| AlreadyConnectedException | if trying a second connect. An application can have one only one connection to a DistributedSystem. | |
| LicenseException | if no valid license is found. | |
| UnknownException | otherwise |
| static DistributedSystem ^ GemStone::GemFire::Cache::DistributedSystem::Connect | ( | String^ | name | ) | [static] |
Initializes the Native Client system to be able to connect to the GemFire Java servers.
| name | the name of the system to connect to |
| IllegalArgumentException | if name is null | |
| NoSystemException | if the connecting target is not running | |
| AlreadyConnectedException | if trying a second connect. An application can have one only one connection to a DistributedSystem. | |
| LicenseException | if no valid license is found. | |
| UnknownException | otherwise |
| static void GemStone::GemFire::Cache::DistributedSystem::Disconnect | ( | ) | [static] |
| static DistributedSystem ^ GemStone::GemFire::Cache::DistributedSystem::GetInstance | ( | ) | [static] |
Boolean GemStone::GemFire::Cache::DistributedSystem::IsConnected [static, get] |
The current connection status of this client to the DistributedSystem.
String^ GemStone::GemFire::Cache::DistributedSystem::Name [get] |
Get the name that identifies this DistributedSystem instance.
GemStone:: GemFire:: Cache:: SystemProperties^ GemStone::GemFire::Cache::DistributedSystem::SystemProperties [static, get] |
Returns the SystemProperties used to create this instance of a DistributedSystem.