A C D E G H I J L M N P R S U

A

acceptParams() - Method in class it.jnrpe.server.ServerSection
Returns whether this server must resolve $ARGx$ macros or not.

C

CommandConsoleCommand - Class in it.jnrpe.server.console
 
CommandConsoleCommand(ConsoleReader, JNRPE, String, IPluginRepository, CommandRepository) - Constructor for class it.jnrpe.server.console.CommandConsoleCommand
 
CommandExecutor - Class in it.jnrpe.server.console
This class is used to execute a command from the interactive console.
CommandExecutor() - Constructor for class it.jnrpe.server.console.CommandExecutor
 
ConfigurationException - Exception in it.jnrpe.server
Exception thrown in case of invalid configuration file.
ConfigurationException() - Constructor for exception it.jnrpe.server.ConfigurationException
Constructs a new exception with null as its detail message.
ConfigurationException(String, Throwable) - Constructor for exception it.jnrpe.server.ConfigurationException
Constructs a new exception with the specified detail message and cause.
ConfigurationException(String) - Constructor for exception it.jnrpe.server.ConfigurationException
Constructs a new exception with the specified detail message.
ConfigurationException(Throwable) - Constructor for exception it.jnrpe.server.ConfigurationException
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).
ConsoleCommand - Class in it.jnrpe.server.console
 
ConsoleCommand(ConsoleReader, JNRPE) - Constructor for class it.jnrpe.server.console.ConsoleCommand
 
createCommandRepository() - Method in class it.jnrpe.server.JNRPEConfiguration
Returns a command repository containing all the commands configured inside the configuration file.

D

DEFAULT_BACKLOG - Static variable in class it.jnrpe.server.ServerSection
The default backlog size.
DynaPluginRepository - Class in it.jnrpe.server.plugins
This object represent a Plugin repository loaded dynamically from file system.
DynaPluginRepository() - Constructor for class it.jnrpe.server.plugins.DynaPluginRepository
 

E

EventLoggerListener - Class in it.jnrpe.server
The JNRPE Server uses this event listener to populate the log files.
EventLoggerListener() - Constructor for class it.jnrpe.server.EventLoggerListener
 
execute(String[]) - Method in class it.jnrpe.server.console.CommandConsoleCommand
 
execute(String[]) - Method in class it.jnrpe.server.console.ExitCommand
 
execute(String[]) - Method in class it.jnrpe.server.console.HelpCommand
 
execute(String[]) - Method in interface it.jnrpe.server.console.IConsoleCommand
 
execute(String[]) - Method in class it.jnrpe.server.console.PluginCommand
 
executeCommand(String) - Method in class it.jnrpe.server.console.CommandExecutor
 
ExitCommand - Class in it.jnrpe.server.console
 
ExitCommand(ConsoleReader, JNRPE) - Constructor for class it.jnrpe.server.console.ExitCommand
 

G

getAllowedAddresses() - Method in class it.jnrpe.server.ServerSection
 
getBacklogSize() - Method in class it.jnrpe.server.ServerSection
 
getBindAddresses() - Method in class it.jnrpe.server.ServerSection
 
getCommandLine() - Method in class it.jnrpe.server.console.CommandConsoleCommand
 
getCommandLine() - Method in class it.jnrpe.server.console.ExitCommand
 
getCommandLine() - Method in class it.jnrpe.server.console.HelpCommand
 
getCommandLine() - Method in interface it.jnrpe.server.console.IConsoleCommand
 
getCommandLine() - Method in class it.jnrpe.server.console.PluginCommand
 
getCommandSection() - Method in class it.jnrpe.server.JNRPEConfiguration
Returns the command section of the configuration file.
getInstance(ConsoleReader, JNRPE, IPluginRepository, CommandRepository) - Static method in class it.jnrpe.server.console.CommandExecutor
 
getName() - Method in class it.jnrpe.server.console.CommandConsoleCommand
 
getName() - Method in class it.jnrpe.server.console.ExitCommand
 
getName() - Method in class it.jnrpe.server.console.HelpCommand
 
getName() - Method in interface it.jnrpe.server.console.IConsoleCommand
 
getName() - Method in class it.jnrpe.server.console.PluginCommand
 
getPluginPath() - Method in class it.jnrpe.server.ServerSection
 
getReadTimeout() - Method in class it.jnrpe.server.ServerSection
 
getServerSection() - Method in class it.jnrpe.server.JNRPEConfiguration
Returns the server section of the configuration file.
getWriteTimeout() - Method in class it.jnrpe.server.ServerSection
 

H

HelpCommand - Class in it.jnrpe.server.console
 
HelpCommand(ConsoleReader, JNRPE, Map<String, IConsoleCommand>) - Constructor for class it.jnrpe.server.console.HelpCommand
 

I

IConsoleCommand - Interface in it.jnrpe.server.console
 
it.jnrpe.server - package it.jnrpe.server
This package contains all the classes composing the JNRPE server application.
it.jnrpe.server.console - package it.jnrpe.server.console
 
it.jnrpe.server.plugins - package it.jnrpe.server.plugins
This package the classes JNRPE application uses to manage the installed plugins.

J

JNRPEConfiguration - Class in it.jnrpe.server
Base class for all the JNRPE configuration classes (INI, XML, etc.).
JNRPEConfiguration() - Constructor for class it.jnrpe.server.JNRPEConfiguration
 
JNRPEConsole - Class in it.jnrpe.server.console
 
JNRPEConsole(JNRPE, IPluginRepository, CommandRepository) - Constructor for class it.jnrpe.server.console.JNRPEConsole
 
JNRPEServer - Class in it.jnrpe.server
The JNRPE Server entry point.

L

load(File) - Method in class it.jnrpe.server.JNRPEConfiguration
All the concrete configuration classes must load the configuration file inside this method.
load(File) - Method in class it.jnrpe.server.plugins.DynaPluginRepository
Loops through all the directories present inside the JNRPE plugin directory.

M

main(String[]) - Static method in class it.jnrpe.server.JNRPEServer
The main method.

N

NAME - Static variable in class it.jnrpe.server.console.CommandConsoleCommand
 
NAME - Static variable in class it.jnrpe.server.console.ExitCommand
 
NAME - Static variable in class it.jnrpe.server.console.HelpCommand
 
NAME - Static variable in class it.jnrpe.server.console.PluginCommand
 

P

PluginCommand - Class in it.jnrpe.server.console
 
PluginCommand(ConsoleReader, JNRPE, String, IPluginRepository) - Constructor for class it.jnrpe.server.console.PluginCommand
 
printHelp() - Method in class it.jnrpe.server.console.CommandConsoleCommand
 
printHelp() - Method in class it.jnrpe.server.console.ExitCommand
 
printHelp() - Method in class it.jnrpe.server.console.HelpCommand
 
printHelp() - Method in interface it.jnrpe.server.console.IConsoleCommand
 
printHelp() - Method in class it.jnrpe.server.console.PluginCommand
 

R

receive(Object, IJNRPEEvent) - Method in class it.jnrpe.server.EventLoggerListener
This method receives the log event and logs it.

S

ServerSection - Class in it.jnrpe.server
Represent the JNRPE configuration server section.
ServerSection() - Constructor for class it.jnrpe.server.ServerSection
 
start() - Method in class it.jnrpe.server.console.JNRPEConsole
 

U

UnknownCommandException - Exception in it.jnrpe.server.console
 
UnknownCommandException() - Constructor for exception it.jnrpe.server.console.UnknownCommandException
 
UnknownCommandException(String, Throwable) - Constructor for exception it.jnrpe.server.console.UnknownCommandException
 
UnknownCommandException(String) - Constructor for exception it.jnrpe.server.console.UnknownCommandException
 
UnknownCommandException(Throwable) - Constructor for exception it.jnrpe.server.console.UnknownCommandException
 

A C D E G H I J L M N P R S U

Copyright © 2014. All Rights Reserved.