org.jgroups

Class 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).

Author:
Bela Ban

Constructor Summary

SetStateEvent(byte[] state)

Method Summary

byte[]
getArg()
String
toString()

Constructor Details

SetStateEvent

public SetStateEvent(byte[] state)

Method Details

getArg

public byte[] getArg()


toString

public String toString()


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.