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.


Field Summary
public  PartitionScopeK_NODE
          
public  PartitionScopeK_CLUSTER
          

Constructor Summary
PartitionScope()
          


Method Summary
public  voidwriteExternal(java.io.ObjectOutput)
          
public  voidreadExternal(java.io.ObjectInput)
          
public  intcompareTo(java.lang.Object)
          
public  booleanequals(java.lang.Object)
          
public  inthashCode()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Field Detail

K_NODE

public 
  static K_NODE

K_CLUSTER

public 
  static K_CLUSTER

Constructor Detail

PartitionScope

public PartitionScope( )


Method Detail

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

public int hashCode()


IBM WebSphere Extended Deployment (XD)TM
Release 6.0