org.jgroups
Class SetStateEvent
java.lang.Object
org.jgroups.SetStateEvent
public class SetStateEvent
extends java.lang.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
).
- Bela Ban
SetStateEvent
public SetStateEvent(byte[] state)
getArg
public byte[] getArg()
toString
public String toString()
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.