public abstract static class MonitoringPolicy.Process extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MonitoringPolicy.Process.AddProcess |
static class |
MonitoringPolicy.Process.CreateProcess |
static class |
MonitoringPolicy.Process.UpdateProcess |
Constructor and Description |
---|
Process() |
Modifier and Type | Method and Description |
---|---|
abstract Types.ProcessAlertType |
alertIf() |
static MonitoringPolicy.Process |
create(String id,
String process,
int port,
Types.ProcessAlertType alertIf,
boolean emailNotification) |
abstract boolean |
emailNotification() |
abstract String |
id() |
abstract int |
port() |
abstract String |
process() |
public abstract String id()
public abstract String process()
public abstract int port()
public abstract Types.ProcessAlertType alertIf()
public abstract boolean emailNotification()
public static MonitoringPolicy.Process create(String id, String process, int port, Types.ProcessAlertType alertIf, boolean emailNotification)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.