|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
it.jnrpe | This package contains the JNRPE engine. |
it.jnrpe.plugins | This package contains all the classes regarding the plugin management/creation. |
it.jnrpe.utils.thresholds | This package contains all the classes used to parse and manage new thresholds format according to the Nagios specification RFC (http://nagiosplugins.org/rfc/new_threshold_syntax). |
Uses of Status in it.jnrpe |
---|
Methods in it.jnrpe that return Status | |
---|---|
static Status |
Status.fromIntValue(int intValue)
Returns the enum corresponding with the given int value. |
Status |
ReturnValue.getStatus()
Returns the status. |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in it.jnrpe with parameters of type Status | |
---|---|
ReturnValue |
ReturnValue.withStatus(Status status)
Sets the return code and returns 'this' so that the calls can be cascaded. |
Constructors in it.jnrpe with parameters of type Status | |
---|---|
ReturnValue(Status status,
String message)
Initializes the return value object with the given state and the given message. |
Uses of Status in it.jnrpe.plugins |
---|
Methods in it.jnrpe.plugins that return Status | |
---|---|
Status |
MetricGatheringException.getStatus()
|
Constructors in it.jnrpe.plugins with parameters of type Status | |
---|---|
MetricGatheringException(String message,
Status status,
Throwable cause)
Builds and initializes the exception. |
Uses of Status in it.jnrpe.utils.thresholds |
---|
Methods in it.jnrpe.utils.thresholds that return Status | |
---|---|
Status |
LegacyThreshold.evaluate(BigDecimal value)
Evaluates the value agains the specified ranges. |
Methods in it.jnrpe.utils.thresholds with parameters of type Status | |
---|---|
String |
LegacyThreshold.getRangesAsString(Status status)
|
ReturnValueBuilder |
ReturnValueBuilder.withStatus(Status forceStatus)
Use this method if you want to force the status to be returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |