org.snmp4j.agent.mo.snmp
Class NotificationLogEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
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)
           
 
Method Summary
 org.snmp4j.smi.OctetString getContext()
           
 org.snmp4j.smi.OctetString getContextEngineID()
           
 long getEventID()
           
 org.snmp4j.smi.OID getNotificationID()
           
 org.snmp4j.smi.OctetString getOriginatorEngineID()
           
 org.snmp4j.Target getOriginatorTarget()
           
 org.snmp4j.smi.TimeTicks getSysUpTime()
           
 org.snmp4j.smi.VariableBinding[] getVariables()
           
 boolean isSubEvent()
           
 
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
 

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

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.