org.snmp4j.agent
Interface MOContextScope

All Superinterfaces:
MOScope
All Known Implementing Classes:
DefaultMOContextScope

public interface MOContextScope
extends MOScope

The MOContextScope extends the MOScope by applying a scope to a context.

Version:
1.0
Author:
Frank Fock

Method Summary
 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
 

Method Detail

getContext

org.snmp4j.smi.OctetString getContext()
Returns the context name of this scope.

Returns:
the context name of this scope.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.