public abstract class MonitoringHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName |
protected String |
eventId |
protected String |
vmInstanceName |
| Constructor and Description |
|---|
MonitoringHandler(String eventName,
String applicationName,
String vmInstanceName)
Create a new monitoring handler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEventId()
Get the event ID.
|
abstract net.roboconf.messaging.messages.from_agent_to_dm.MsgNotifAutonomic |
process()
Process and fire event if needed.
|
protected String eventId
protected String applicationName
protected String vmInstanceName
public String getEventId()
public abstract net.roboconf.messaging.messages.from_agent_to_dm.MsgNotifAutonomic process()
Copyright © 2015. All rights reserved.