public class MsgNotifAutonomic extends Message
May be used for elasticity (like adding a new VM when heavy load is detected), or any monitoring purpose.
| Constructor and Description |
|---|
MsgNotifAutonomic(String applicationName,
String rootInstanceName,
String eventId,
String eventInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
String |
getEventId() |
String |
getEventInfo() |
String |
getRootInstanceName() |
public MsgNotifAutonomic(String applicationName, String rootInstanceName, String eventId, String eventInfo)
applicationName - the application namerootInstanceName - the root instance's nameeventId - the event IDeventInfo - info about the event (eg. result of Nagios Livestatus query)public String getEventId()
public String getEventInfo()
public String getRootInstanceName()
public String getApplicationName()
Copyright © 2015. All rights reserved.