Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuplemedium.runtime
Class GetSnapshotMsg  view GetSnapshotMsg download GetSnapshotMsg.java

java.lang.Object
  extended byalice.tuplemedium.runtime.NodeMsg
      extended byalice.tuplemedium.runtime.GetSnapshotMsg
All Implemented Interfaces:
java.io.Serializable

public class GetSnapshotMsg
extends NodeMsg


Field Summary
static byte TSET
           
 byte what
           
static byte WSET
           
 
Fields inherited from class alice.tuplemedium.runtime.NodeMsg
aid, methodName
 
Constructor Summary
GetSnapshotMsg(alice.tuplemedium.AgentId id, byte what_)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TSET

public static final byte TSET
See Also:
Constant Field Values

WSET

public static final byte WSET
See Also:
Constant Field Values

what

public byte what
Constructor Detail

GetSnapshotMsg

public GetSnapshotMsg(alice.tuplemedium.AgentId id,
                      byte what_)