public class MsgNotifHeartbeat extends Message
| Constructor and Description |
|---|
MsgNotifHeartbeat(String applicationName,
net.roboconf.core.model.beans.Instance rootInstance,
String ipAddress)
Constructor.
|
MsgNotifHeartbeat(String applicationName,
String rootInstanceName,
String ipAddress)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
String |
getIpAddress() |
String |
getRootInstanceName() |
boolean |
isModelRequired() |
void |
setModelRequired(boolean modelRequired) |
public MsgNotifHeartbeat(String applicationName, String rootInstanceName, String ipAddress)
applicationName - the application namerootInstanceName - the root instance (machine) nameipAddress - the IP addresspublic String getRootInstanceName()
public String getApplicationName()
public String getIpAddress()
public boolean isModelRequired()
public void setModelRequired(boolean modelRequired)
modelRequired - the modelRequired to setCopyright © 2015. All rights reserved.