org.snmp4j.agent.agentx.master
Class AgentXNodeQuery
java.lang.Object
org.snmp4j.agent.agentx.master.AgentXNodeQuery
- All Implemented Interfaces:
- org.snmp4j.agent.MOQuery
public class AgentXNodeQuery
- extends java.lang.Object
- implements org.snmp4j.agent.MOQuery
|
Constructor Summary |
AgentXNodeQuery(org.snmp4j.smi.OctetString context,
org.snmp4j.agent.MOScope scope,
int queryMode)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_AGENTX_NODES
public static final int QUERY_AGENTX_NODES
- See Also:
- Constant Field Values
QUERY_NON_AGENTX_NODES
public static final int QUERY_NON_AGENTX_NODES
- See Also:
- Constant Field Values
QUERY_ALL
public static final int QUERY_ALL
- See Also:
- Constant Field Values
AgentXNodeQuery
public AgentXNodeQuery(org.snmp4j.smi.OctetString context,
org.snmp4j.agent.MOScope scope,
int queryMode)
getScope
public org.snmp4j.agent.MOContextScope getScope()
- Specified by:
getScope in interface org.snmp4j.agent.MOQuery
getMutableScope
public org.snmp4j.agent.DefaultMOContextScope getMutableScope()
matchesQuery
public boolean matchesQuery(org.snmp4j.agent.ManagedObject managedObject)
- Specified by:
matchesQuery in interface org.snmp4j.agent.MOQuery
substractScope
public void substractScope(org.snmp4j.agent.MOScope scope)
- Specified by:
substractScope in interface org.snmp4j.agent.MOQuery
isWriteAccessQuery
public boolean isWriteAccessQuery()
- Specified by:
isWriteAccessQuery in interface org.snmp4j.agent.MOQuery
Copyright © 2011 SNMP4J.org. All Rights Reserved.