org.jgroups

Class SetStateEvent

public class SetStateEvent extends Object

Encapsulates a state returned by Channel.receive(), as requested by Channel.getState(s) previously. State could be a single state (as requested by Channel.getState()) or a vector of states (as requested by Channel.getStates()).

Author: Bela Ban

Constructor Summary
SetStateEvent(byte[] state)
Method Summary
byte[]getArg()
StringtoString()

Constructor Detail

SetStateEvent

public SetStateEvent(byte[] state)

Method Detail

getArg

public byte[] getArg()

toString

public String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.