| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
com.ibm.websphere.wpf
PartitionScope
java.lang.Object
|
+--com.ibm.websphere.wpf.PartitionScope
All Implemented Interfaces
- Externalizable, Comparable
This enumeration tells WPF whether a partition should be node or cluster scoped.
The default scope is "Cluster" scoped. In this case, each partition will be
active on one and only one cluster member at a given time.
Alternatively, a partition can be Node scoped. In this case, the partition will be
active on each node in the Cluster.
Inherited Methods
Methods inherited from java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
K_NODE
public
static K_NODE
K_CLUSTER
public
static K_CLUSTER
PartitionScope
writeExternal
public void writeExternal( | | ObjectOutput arg0 )
|
Parameters:
readExternal
public void readExternal( | | ObjectInput arg0 )
|
Parameters:
compareTo
public int compareTo( | | Object o )
|
Parameters:
equals
public boolean equals( | | Object o )
|
Parameters:
hashCode
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |