-
- All Superinterfaces:
MOScope
- All Known Subinterfaces:
MOQuery
- All Known Implementing Classes:
DefaultMOContextScope
,DefaultMOQuery
,MOQueryWithSource
public interface MOContextScope extends MOScope
TheMOContextScope
extends theMOScope
by applying a scope to a context.- Version:
- 1.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.snmp4j.smi.OctetString
getContext()
Returns the context name of this scope.-
Methods inherited from interface org.snmp4j.agent.MOScope
covers, getLowerBound, getUpperBound, isCovered, isLowerIncluded, isOverlapping, isUpperIncluded
-
-