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

Quick Search    Search Deep

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

java.lang.Object
  extended byalice.tuplemedium.runtime.NodeMsg
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommunicationEventMsg, GetSnapshotMsg, NewInspectorMsg, NewUserMsg, NextStepMsg, PingMsg, ResetMsg, SetEventSetMsg, SetProtocolMsg, SetTupleSetMsg

public class NodeMsg
extends java.lang.Object
implements java.io.Serializable

base class for message requesting a service from a user or inspector to a tuple centre node


Field Summary
 alice.tuplemedium.AgentId aid
           
 java.lang.String methodName
          service requested
 
Constructor Summary
protected NodeMsg()
           
  NodeMsg(alice.tuplemedium.AgentId aid)
           
  NodeMsg(alice.tuplemedium.AgentId aid, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

public java.lang.String methodName
service requested


aid

public alice.tuplemedium.AgentId aid
Constructor Detail

NodeMsg

protected NodeMsg()

NodeMsg

public NodeMsg(alice.tuplemedium.AgentId aid)

NodeMsg

public NodeMsg(alice.tuplemedium.AgentId aid,
               java.lang.String name)