org.jgroups.stack
Class 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 members.
Author: Bela Ban
public static final int GET_FROM_MANY
public static final int GET_FROM_SINGLE
public Vector targets
public long timeout
public int type
public StateTransferInfo(int type,
Address target)
public StateTransferInfo(int type, Vector targets)
public String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.