public interface SnmpNotification
Modifier and Type | Interface and Description |
---|---|
static class |
SnmpNotification.Type |
Modifier and Type | Method and Description |
---|---|
SnmpTarget |
getPeer()
Gets a target that describes the sender of the notification.
|
SnmpNotification.Type |
getType()
Gets the notification type.
|
VarbindCollection |
getVarbinds()
Gets the collection of variable bindings received in the notification.
|
SnmpNotification.Type getType()
When the type is SnmpNotification.Type.TRAPv1
the notification may be cast to
SnmpV1Trap
to access the details unique to SNMPv1 traps.
SnmpTarget getPeer()
This could be used to create a context that can be used to perform operations against the sender after receiving a notification.
VarbindCollection getVarbinds()
Copyright © 2012–2015. All rights reserved.