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

Quick Search    Search Deep

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

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

public class NewInspectorMsg
extends NodeMsg

message sent by an inspector to a daemon in order to become an (inspector) user of a tuple centre


Field Summary
 InspectorProtocol info
           
 java.lang.String tcName
           
 
Fields inherited from class alice.tuplemedium.runtime.NodeMsg
aid, methodName
 
Constructor Summary
NewInspectorMsg(alice.tuplemedium.AgentId aid, java.lang.String tcName_, InspectorProtocol info_)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tcName

public java.lang.String tcName

info

public InspectorProtocol info
Constructor Detail

NewInspectorMsg

public NewInspectorMsg(alice.tuplemedium.AgentId aid,
                       java.lang.String tcName_,
                       InspectorProtocol info_)