org.snmp4j.agent.mo.snmp
Class NotificationLogEvent
java.lang.Object
java.util.EventObject
org.snmp4j.agent.mo.snmp.NotificationLogEvent
- All Implemented Interfaces:
- java.io.Serializable
public class NotificationLogEvent
- extends java.util.EventObject
A NotificationLogEvent object describes the event when a
notification has been received from a SNMP entity (locally or remotely).
- Since:
- 1.4
- Version:
- 1.4
- Author:
- Frank Fock
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
NotificationLogEvent(java.lang.Object source,
org.snmp4j.smi.OctetString originatorEngineID,
org.snmp4j.Target originatorTarget,
org.snmp4j.smi.OctetString contextEngineID,
org.snmp4j.smi.OctetString context,
org.snmp4j.smi.OID notificationID,
org.snmp4j.smi.TimeTicks sysUpTime,
org.snmp4j.smi.VariableBinding[] variables,
long notificationEventID,
boolean subEvent)
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotificationLogEvent
public NotificationLogEvent(java.lang.Object source,
org.snmp4j.smi.OctetString originatorEngineID,
org.snmp4j.Target originatorTarget,
org.snmp4j.smi.OctetString contextEngineID,
org.snmp4j.smi.OctetString context,
org.snmp4j.smi.OID notificationID,
org.snmp4j.smi.TimeTicks sysUpTime,
org.snmp4j.smi.VariableBinding[] variables,
long notificationEventID,
boolean subEvent)
getVariables
public org.snmp4j.smi.VariableBinding[] getVariables()
getSysUpTime
public org.snmp4j.smi.TimeTicks getSysUpTime()
getOriginatorTarget
public org.snmp4j.Target getOriginatorTarget()
getOriginatorEngineID
public org.snmp4j.smi.OctetString getOriginatorEngineID()
getNotificationID
public org.snmp4j.smi.OID getNotificationID()
getContext
public org.snmp4j.smi.OctetString getContext()
getContextEngineID
public org.snmp4j.smi.OctetString getContextEngineID()
getEventID
public long getEventID()
isSubEvent
public boolean isSubEvent()
Copyright © 2011 SNMP4J.org. All Rights Reserved.