public class SetProtocolMsg extends NodeMsg
Constructor and Description |
---|
SetProtocolMsg(TucsonAgentId id,
InspectorProtocol p) |
Modifier and Type | Method and Description |
---|---|
InspectorProtocol |
getInfo() |
void |
setInfo(InspectorProtocol i) |
public SetProtocolMsg(TucsonAgentId id, InspectorProtocol p)
id
- the agent id of the senderp
- the inspection protocol to be usedpublic InspectorProtocol getInfo()
public void setInfo(InspectorProtocol i)
i
- the info to set