public class CheckStatus extends Object
| Constructor and Description |
|---|
CheckStatus(String host,
String service,
Status status,
Date lastCheck,
long durationMillis,
int attempt,
int maxAttempts,
String statusInfo,
boolean ack,
boolean downtime) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttempt() |
long |
getDurationMillis() |
Status |
getEffectiveStatus(boolean okIfAck,
boolean okIfDowntime) |
String |
getHost() |
Date |
getLastCheck() |
int |
getMaxAttempts() |
String |
getService() |
Status |
getStatus() |
String |
getStatusInfo() |
boolean |
isAck() |
boolean |
isDowntime() |
boolean |
isHard() |
public Status getEffectiveStatus(boolean okIfAck, boolean okIfDowntime)
public boolean isHard()
public String getHost()
public String getService()
public Status getStatus()
public Date getLastCheck()
public long getDurationMillis()
public int getAttempt()
public int getMaxAttempts()
public String getStatusInfo()
public boolean isAck()
public boolean isDowntime()
Copyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.