Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
G
I
J
M
S
G
getTimeout()
- Method in class it.jnrpe.client.
JNRPEClient
Returns the currently configured connection timeout in seconds.
I
it.jnrpe.client
- package it.jnrpe.client
This package contains the JNRPE client classes.
J
JNRPEClient
- Class in
it.jnrpe.client
This class represent a simple JNRPE client that can be used to invoke commands installed inside JNRPE by code.
JNRPEClient(String, int, boolean)
- Constructor for class it.jnrpe.client.
JNRPEClient
Instantiates a JNRPE client.
JNRPEClientException
- Exception in
it.jnrpe.client
Throws in case of JNRPE client communication exceptions.
JNRPEClientException()
- Constructor for exception it.jnrpe.client.
JNRPEClientException
Constructs a new exception with
null
as its detail message.
JNRPEClientException(String, Throwable)
- Constructor for exception it.jnrpe.client.
JNRPEClientException
Constructs a new exception with the specified detail message and cause.
JNRPEClientException(String)
- Constructor for exception it.jnrpe.client.
JNRPEClientException
Constructs a new exception with the specified detail message.
JNRPEClientException(Throwable)
- Constructor for exception it.jnrpe.client.
JNRPEClientException
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
M
main(String[])
- Static method in class it.jnrpe.client.
JNRPEClient
S
sendCommand(String, String...)
- Method in class it.jnrpe.client.
JNRPEClient
Inovoke a command installed in JNRPE.
setTimeout(int)
- Method in class it.jnrpe.client.
JNRPEClient
Sets the connection timeout in seconds.
G
I
J
M
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All Rights Reserved.