ScopeType.
Static Public Member Functions | |
| static Boolean | IsAck (ScopeType type) |
| static Boolean | IsDistributed (ScopeType type) |
| static Boolean | IsDistributedAck (ScopeType type) |
| static Boolean | IsDistributedNoAck (ScopeType type) |
| static Boolean | IsLocal (ScopeType type) |
| static Boolean GemStone::GemFire::Cache::Scope::IsAck | ( | ScopeType | type | ) | [inline, static] |
True if acknowledgements are required for the given scope.
| type | scope |
DistributedAck, false otherwise | static Boolean GemStone::GemFire::Cache::Scope::IsDistributed | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is one of the distributed scopes.
| type | scope |
Local; could be Invalid | static Boolean GemStone::GemFire::Cache::Scope::IsDistributedAck | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is distributed-ack.
| type | scope |
DistributedAck| static Boolean GemStone::GemFire::Cache::Scope::IsDistributedNoAck | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is distributed-no-ack.
| type | scope |
DistributedNoAck| static Boolean GemStone::GemFire::Cache::Scope::IsLocal | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is local.
| type | scope |
Local