Package | Description |
---|---|
it.jnrpe |
This package contains the JNRPE engine
|
Modifier and Type | Method and Description |
---|---|
static Status |
Status.fromIntValue(int iIntValue)
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.
|
Modifier and Type | Method and Description |
---|---|
ReturnValue |
ReturnValue.withStatus(Status status)
Sets the return code and returns 'this' so that the calls can be
cascaded.
|
Constructor and Description |
---|
ReturnValue(Status status,
String sMessage)
Initializes the return value object with the given state and the given
message.
|
Copyright © 2013. All Rights Reserved.