Package | Description |
---|---|
org.snmp4j.agent |
Modifier and Type | Interface | Description |
---|---|---|
interface |
MOQuery |
A managed object query is used to lookup managed objects, for example in
a
MOServer repository. |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultMOContextScope |
The
DefaultMOContextScope is the default implementation of
a MOContextScope representing an OID scope that distinguishes between
different contexts. |
class |
DefaultMOQuery |
The
DefaultMOQuery class is the default implementation of a
managed object query. |
class |
MOQueryWithSource |
The
MOQueryWithSource class is the implementation of a
managed object query for a Request . |
Modifier and Type | Method | Description |
---|---|---|
MOContextScope |
DefaultMOQuery.getScope() |
Gets the search range of this query.
|
MOContextScope |
MOQuery.getScope() |
Gets the search range of this query.
|
Constructor | Description |
---|---|
DefaultMOContextScope(MOContextScope scope) |
Creates a context scope from another context scope.
|
DefaultMOQuery(MOContextScope scope) |
Creates a context aware query from a context aware OID scope.
|
DefaultMOQuery(MOContextScope scope,
boolean isWriteAccessIntended) |
Creates a context aware query from a context aware OID scope.
|
DefaultMOQuery(MOContextScope scope,
boolean isWriteAccessIntended,
java.lang.Object source) |
Creates a context aware query from a context aware OID scope.
|
MOQueryWithSource(MOContextScope scope,
boolean isWriteAccessIntended,
java.lang.Object source) |
Creates a context aware query from a context aware OID scope.
|
Copyright © 2018 SNMP4J.org. All rights reserved.