| Package | Description | 
|---|---|
| com.tailf.ncs.snmp.snmp4j | 
 NCS snmp4j support package 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EventContextImpl
EventContext implementation class 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HandlerResponse | 
FilterAckInforms.processPdu(EventContext context,
          org.snmp4j.CommandResponderEvent event,
          Object opaque)
Standard filter method for acknowledge of INFORM. 
 | 
HandlerResponse | 
FilterKnownIPAddresses.processPdu(EventContext context,
          org.snmp4j.CommandResponderEvent event,
          Object opaque)
Standard filter method for suppressing unknown ipAddresses 
 | 
HandlerResponse | 
FilterOutNonNotifications.processPdu(EventContext context,
          org.snmp4j.CommandResponderEvent event,
          Object opaque)
Standard filter method for suppressing received snmp
 event which are not of type TRAP, NOTIFICATION or INFORM. 
 | 
HandlerResponse | 
NotificationHandler.processPdu(EventContext context,
          org.snmp4j.CommandResponderEvent event,
          Object opaque)
Filter method 
 |