All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.StateTransferInfo

java.lang.Object
   |
   +----JavaGroups.StateTransferInfo

public class StateTransferInfo
extends Object
Contains parameters for state transfer. Exchanged between channel and STATE_TRANSFER layer. If type is GET_FROM_SINGLE, then the state is retrieved from 'target'. If target is null, then the state will be retrieved from the oldest member (usually the coordinator). If type is GET_FROM_MANY, the the state is retrieved from 'targets'. If targets is null, then the state is retrieved from all the members.


Variable Index

 o GET_FROM_MANY
 o GET_FROM_SINGLE
 o target
 o targets
 o type

Constructor Index

 o StateTransferInfo(int, Object)
 o StateTransferInfo(int, Vector)

Method Index

 o toString()

Variables

 o GET_FROM_SINGLE
 public static final int GET_FROM_SINGLE
 o GET_FROM_MANY
 public static final int GET_FROM_MANY
 o type
 public int type
 o target
 public Object target
 o targets
 public Vector targets

Constructors

 o StateTransferInfo
 public StateTransferInfo(int type,
                          Object target)
 o StateTransferInfo
 public StateTransferInfo(int type,
                          Vector targets)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index