GemStone::GemFire::Cache::Scope Class Reference


Detailed Description

Static class containing convenience methods for ScopeType.

See also:
RegionAttributes.Scope, AttributesFactory.SetScope


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)

Member Function Documentation

static Boolean GemStone::GemFire::Cache::Scope::IsAck ( ScopeType  type  )  [inline, static]

True if acknowledgements are required for the given scope.

Parameters:
type scope
Returns:
true if 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.

Parameters:
type scope
Returns:
true if other than Local; could be Invalid

static Boolean GemStone::GemFire::Cache::Scope::IsDistributedAck ( ScopeType  type  )  [inline, static]

True if the given scope is distributed-ack.

Parameters:
type scope
Returns:
true if DistributedAck

static Boolean GemStone::GemFire::Cache::Scope::IsDistributedNoAck ( ScopeType  type  )  [inline, static]

True if the given scope is distributed-no-ack.

Parameters:
type scope
Returns:
true if DistributedNoAck

static Boolean GemStone::GemFire::Cache::Scope::IsLocal ( ScopeType  type  )  [inline, static]

True if the given scope is local.

Parameters:
type scope
Returns:
true if Local


GemFire C++ Cache .NET API Documentation