org.jgroups
Class SetStateEvent

java.lang.Object
  extended byorg.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).

Author:
Bela Ban

Constructor Summary
SetStateEvent(byte[] state)
           
 
Method Summary
 byte[] getArg()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetStateEvent

public SetStateEvent(byte[] state)
Method Detail

getArg

public byte[] getArg()

toString

public java.lang.String toString()


Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.