Class SnmpaNotification

Object
com.tailf.notif.Notification
com.tailf.notif.SnmpaNotification

public class SnmpaNotification extends Notification
Data structure SNMP agent notifications.
  • Field Details

  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Notification
    • getPDUType

      public int getPDUType()
    • getRequestId

      public int getRequestId()
    • getTransaction

      public int getTransaction()
    • getIP

      public InetAddress getIP()
    • getIPValue

      public ConfObject getIPValue()
    • getPort

      public int getPort()
    • getErrorStatus

      public int getErrorStatus()
    • getErrorIndex

      public int getErrorIndex()
    • getNumVariables

      public int getNumVariables()
      size of vbinds
    • getVarBinds

      public SnmpaNotification.Varbind[] getVarBinds()
    • getTrapInfo

      public SnmpaNotification.TrapInfo getTrapInfo()