| Class | Description |
|---|---|
| NagiosCheckSenderImpl |
In this implementation, calls to the send method waits for the NRDP server's response before returning.
|
| NonBlockingNagiosCheckSender |
This implementation uses a bounded queue of alerts to send (jobs).
A ThreadPoolExecutor processes those jobs. Due to the asynchronous nature of this sender, the only exception that can be thrown by the "send" method is if the maxQueueSize is reached (IOException). |
| NonBlockingSender |
Instances of this class are used to send the check results
by a non-blocking threads.
|
Copyright © 2015. All Rights Reserved.