public interface SnmpV1Trap extends SnmpNotification
SnmpNotification
that has the additional properties associated
with an SNMPv1 TRAP.SnmpNotification.Type
Modifier and Type | Method and Description |
---|---|
String |
getAgentAddress()
Gets the agent address reported in the trap.
|
String |
getEnterprise()
Gets the enterprise OID associated with the trap.
|
ObjectValue |
getGenericTrap()
Gets the generic trap type.
|
ObjectValue |
getSpecificTrap()
Gets the specific trap type.
|
ObjectValue |
getTimestamp()
Gets the timestamp reported in the trap.
|
getPeer, getType, getVarbinds
String getEnterprise()
String getAgentAddress()
While this is usually an IP address, the specification allows any network address.
ObjectValue getGenericTrap()
ObjectValue getSpecificTrap()
ObjectValue getTimestamp()
Copyright © 2012–2015. All rights reserved.