Package | Description |
---|---|
org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
Modifier and Type | Method and Description |
---|---|
SnmpEvent<V> |
SnmpCompletionService.poll()
Gets an event representing a completed response if one is available.
|
SnmpEvent<V> |
BlockingQueueSnmpCompletionService.poll()
Gets an event representing a completed response if one is available.
|
SnmpEvent<V> |
SnmpCompletionService.poll(long timeout)
Gets a response event waiting as long as the specified duration for
one to become available.
|
SnmpEvent<V> |
BlockingQueueSnmpCompletionService.poll(long timeout)
Gets a response event waiting as long as the specified duration for
one to become available.
|
SnmpEvent<V> |
SnmpCompletionService.take()
Gets a completed response waiting until one becomes available.
|
SnmpEvent<V> |
BlockingQueueSnmpCompletionService.take()
Gets a completed response waiting until one becomes available.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpCallback.onSnmpResponse(SnmpEvent<V> event)
Notifies the recipient that a response is available to a previously
scheduled operation.
|
Constructor and Description |
---|
BlockingQueueSnmpCompletionService(BlockingQueue<SnmpEvent<V>> queue)
Creates a new completion service backed by the given blocking queue.
|
Copyright © 2012–2015. All rights reserved.