|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.javagroups.SetStateEvent
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
).
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 |
public SetStateEvent(byte[] state)
Method Detail |
public byte[] getArg()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |