PartitionScope is used to specify a partition as having either
cluster or node scope during PartitionDefinition creation.
PartitionScope#K_CLUSTER
This specifies cluster level
scope. This means the highly available (HA) manager will apply the policy
to all running cluster members.
PartitionScope#K_NODE
This specifies node level scope.
This means the HA manager will apply the policy only to the cluster members
on a particular node. If a one of N policy is used, then one cluster member
per node is activated. If Internet Inter-ORB Protocol (IIOP) routing is used,
then the requests are spread over the active cluster members on the various
nodes.