|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.percederberg.mibble.snmp.SnmpModuleSupport
An SNMP module support declaration. This declaration is used inside the agent capabilities type.
| Constructor Summary | |
SnmpModuleSupport(java.lang.String module,
java.util.ArrayList groups,
java.util.ArrayList variations)
Creates a new module support declaration. |
|
| Method Summary | |
java.util.ArrayList |
getGroups()
Returns the list of included group values. |
java.lang.String |
getModule()
Returns the module name. |
java.util.ArrayList |
getVariations()
Returns the list of variations. |
void |
initialize(MibLoaderLog log)
Initializes the object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SnmpModuleSupport(java.lang.String module,
java.util.ArrayList groups,
java.util.ArrayList variations)
module - the module name, or nullgroups - the list of included group valuesvariations - the list of variations| Method Detail |
public void initialize(MibLoaderLog log)
throws MibException
log - the MIB loader log
MibException - if an error was encountered during the
initializationpublic java.lang.String getModule()
public java.util.ArrayList getGroups()
MibValuepublic java.util.ArrayList getVariations()
SnmpVariationpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||