|
|||||||||
Home >> All >> alice >> tuplemedium >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
alice.tuplemedium.runtime
Class NewInspectorMsg

java.lang.Objectalice.tuplemedium.runtime.NodeMsg
alice.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_)
|
|||||||||
Home >> All >> alice >> tuplemedium >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |