Deprecated API


Contents
Deprecated Interfaces
it.jnrpe.net.IJNRPEConstants
            
 

Deprecated Classes
it.jnrpe.utils.ThresholdUtil
          Use the ReturnValueBuilder together with the ThresholdsEvaluatorBuilder instead. 
 

Deprecated Methods
it.jnrpe.JNRPE.addAcceptedHost(String)
          The JNRPE object will become immutable as of version 2.0.5. Use JNRPEBuilder instead 
it.jnrpe.JNRPE.addEventListener(IJNRPEEventListener)
          The JNRPE object will become immutable as of version 2.0.5. Use JNRPEBuilder instead 
it.jnrpe.ReturnValue.getReturnCode()
          Use ReturnValue.getStatus() instead. 
it.jnrpe.ReturnValue.withReturnCode(int)
          Use ReturnValue.withStatus(Status) instead. 
 

Deprecated Constructors
it.jnrpe.JNRPE(IPluginRepository, CommandRepository)
          This constructor will be removed as of version 2.0.5. Use JNRPEBuilder instead 
it.jnrpe.JNRPE(IPluginRepository, CommandRepository, Charset, boolean)
          This constructor will be removed as of version 2.0.5. Use JNRPEBuilder instead 
it.jnrpe.ReturnValue(int, String)
          Use ReturnValue.ReturnValue(Status, String) instead 
 



Copyright © 2014. All Rights Reserved.