Class 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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      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)  
    • Constructor Detail

      • 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)
    • Method Detail

      • 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()