public class AgentXNodeQuery
extends org.snmp4j.agent.DefaultMOQuery
| Modifier and Type | Field and Description |
|---|---|
static int |
QUERY_AGENTX_NODES |
static int |
QUERY_ALL |
static int |
QUERY_NON_AGENTX_NODES |
| Constructor and Description |
|---|
AgentXNodeQuery(org.snmp4j.smi.OctetString context,
org.snmp4j.agent.MOScope scope,
int queryMode) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.agent.DefaultMOContextScope |
getMutableScope() |
boolean |
matchesQuery(org.snmp4j.agent.ManagedObject managedObject) |
void |
substractScope(org.snmp4j.agent.MOScope scope) |
public static final int QUERY_AGENTX_NODES
public static final int QUERY_NON_AGENTX_NODES
public static final int QUERY_ALL
public AgentXNodeQuery(org.snmp4j.smi.OctetString context,
org.snmp4j.agent.MOScope scope,
int queryMode)
public org.snmp4j.agent.DefaultMOContextScope getMutableScope()
public boolean matchesQuery(org.snmp4j.agent.ManagedObject managedObject)
matchesQuery in interface org.snmp4j.agent.MOQuerymatchesQuery in class org.snmp4j.agent.DefaultMOQuerypublic void substractScope(org.snmp4j.agent.MOScope scope)
substractScope in interface org.snmp4j.agent.MOQuerysubstractScope in class org.snmp4j.agent.DefaultMOQueryCopyright © 2020 SNMP4J.org. All rights reserved.