Class NotificationLogEvent<A extends org.snmp4j.smi.Address>

  • Type Parameters:
    A - type of the originating target Address.
    All Implemented Interfaces:
    Serializable


    public class NotificationLogEvent<A extends org.snmp4j.smi.Address>
    extends EventObject
    A NotificationLogEvent object describes the event when a notification has been received from a SNMP entity (locally or remotely).
    Since:
    1.4
    Version:
    3.1.0
    Author:
    Frank Fock
    See Also:
    Serialized Form
    • Constructor Detail

      • NotificationLogEvent

        public NotificationLogEvent​(Object source,
                                    org.snmp4j.smi.OctetString originatorEngineID,
                                    org.snmp4j.Target<A> 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<A> 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​()