|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TCModule
A TCModule interface defines the common public properties of
a textual convention registration. By convention, there should be a
TCModule instance for each MIB module definition supported by
an agent. But it is also possible to have only a single instance,
for example, a single managed object factory.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the (unique) name of the module definition. |
TextualConvention |
getTextualConvention(java.lang.String name)
Gets the textual convention for the specified name. |
java.util.Collection |
getTextualConventions()
Gets a collection of TextualConvention instances in this
TCModule. |
| Method Detail |
|---|
java.lang.String getName()
TextualConvention getTextualConvention(java.lang.String name)
name - the object definition name of the TC MIB definition.
TextualConvention instance.java.util.Collection getTextualConventions()
TextualConvention instances in this
TCModule.
TextualConvention instances.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||