public class MsgCmdChangeInstanceState extends Message
| Constructor and Description |
|---|
MsgCmdChangeInstanceState(net.roboconf.core.model.beans.Instance instance,
net.roboconf.core.model.beans.Instance.InstanceStatus newState)
Constructor.
|
MsgCmdChangeInstanceState(net.roboconf.core.model.beans.Instance instance,
net.roboconf.core.model.beans.Instance.InstanceStatus newState,
Map<String,byte[]> fileNameToFileContent)
Constructor.
|
MsgCmdChangeInstanceState(String instancePath,
net.roboconf.core.model.beans.Instance.InstanceStatus newState)
Constructor.
|
MsgCmdChangeInstanceState(String instancePath,
net.roboconf.core.model.beans.Instance.InstanceStatus newState,
Map<String,byte[]> fileNameToFileContent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,byte[]> |
getFileNameToFileContent() |
String |
getInstancePath() |
net.roboconf.core.model.beans.Instance.InstanceStatus |
getNewState() |
public MsgCmdChangeInstanceState(String instancePath, net.roboconf.core.model.beans.Instance.InstanceStatus newState, Map<String,byte[]> fileNameToFileContent)
instancePath - newState - fileNameToFileContent - public MsgCmdChangeInstanceState(net.roboconf.core.model.beans.Instance instance,
net.roboconf.core.model.beans.Instance.InstanceStatus newState,
Map<String,byte[]> fileNameToFileContent)
instance - newState - fileNameToFileContent - public MsgCmdChangeInstanceState(net.roboconf.core.model.beans.Instance instance,
net.roboconf.core.model.beans.Instance.InstanceStatus newState)
instance - public MsgCmdChangeInstanceState(String instancePath, net.roboconf.core.model.beans.Instance.InstanceStatus newState)
instance - public String getInstancePath()
public Map<String,byte[]> getFileNameToFileContent()
public net.roboconf.core.model.beans.Instance.InstanceStatus getNewState()
Copyright © 2015. All rights reserved.