it.jnrpe
Class ReturnValue

java.lang.Object
  extended by it.jnrpe.ReturnValue

public class ReturnValue
extends Object

This class is just a container for the plugin result

Author:
Massimiliano Ziccardi

Constructor Summary
ReturnValue(int iReturnCode, String sMessage)
           
ReturnValue(String sMessage)
           
 
Method Summary
 String getMessage()
           
 int getReturnCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnValue

public ReturnValue(String sMessage)

ReturnValue

public ReturnValue(int iReturnCode,
                   String sMessage)
Method Detail

getReturnCode

public int getReturnCode()

getMessage

public String getMessage()


Copyright © 2011. All Rights Reserved.