Package | Description |
---|---|
com.googlecode.jsendnsca | |
com.googlecode.jsendnsca.builders |
Modifier and Type | Method and Description |
---|---|
static NagiosSettings |
NagiosSettingsFactory.createSettings(File file)
Create
NagiosSettings from a properties file |
static NagiosSettings |
NagiosSettingsFactory.createSettings(InputStream inputStream)
Create
NagiosSettings from a stream containing properties |
static NagiosSettings |
NagiosSettingsFactory.createSettings(Properties properties)
Create
NagiosSettings from a properties object |
Constructor and Description |
---|
NagiosPassiveCheckSender(NagiosSettings nagiosSettings)
Construct a new
NagiosPassiveCheckSender with the provided
NagiosSettings |
NonBlockingNagiosPassiveCheckSender(NagiosSettings settings)
Construct a new
NonBlockingNagiosPassiveCheckSender with the
provided NagiosSettings |
NonBlockingNagiosPassiveCheckSender(NagiosSettings settings,
NonBlockingNagiosPassiveCheckSender.ExceptionHandler handler)
Construct a new
NonBlockingNagiosPassiveCheckSender with the
provided NagiosSettings and NonBlockingNagiosPassiveCheckSender.ExceptionHandler |
Modifier and Type | Method and Description |
---|---|
NagiosSettings |
NagiosSettingsBuilder.create()
Return the built instance of
NagiosSettings |
NagiosSettings |
NagiosSettingsBuilder.createDefault()
Return an instance of
NagiosSettings with default values |
Copyright © Nov 2008–2019 JSend NSCA. All rights reserved.