public class NewInspectorMsg extends NodeMsg
Constructor and Description |
---|
NewInspectorMsg(TucsonAgentId id,
java.lang.String tcn,
InspectorProtocol i) |
Modifier and Type | Method and Description |
---|---|
InspectorProtocol |
getInfo() |
java.lang.String |
getTcName() |
void |
setInfo(InspectorProtocol i) |
void |
setTcName(java.lang.String tcn) |
public NewInspectorMsg(TucsonAgentId id, java.lang.String tcn, InspectorProtocol i)
id
- the agent id of the sendertcn
- the identifier of the tuple centre under inspectioni
- the inspection protocol usedpublic InspectorProtocol getInfo()
public java.lang.String getTcName()
public void setInfo(InspectorProtocol i)
i
- the info to setpublic void setTcName(java.lang.String tcn)
tcn
- the tcName to set