Uses of Class
it.jnrpe.Status

Packages that use Status
it.jnrpe This package contains the JNRPE engine 
 

Uses of Status in it.jnrpe
 

Methods in it.jnrpe that return Status
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.
 

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 sMessage)
          Initializes the return value object with the given state and the given message.
 



Copyright © 2013. All Rights Reserved.