|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--disman.Extension
| Constructor Summary | |
Extension(Disman disman,
Language language,
int index)
Create an Extension object for a given Disman object, Language object, and extension index. |
|
| Method Summary | |
java.lang.String |
getDescription()
Return the description string (smExtsnDescr). |
int |
getIndex()
Return the unique index part of the Extension used in the smExtsnTable. |
Language |
getLanguage()
Return the associated Language object. |
java.lang.String |
getOid()
Return the object identifier of the Extension object (smExtsnExtension) as a dotted decimal string. |
java.lang.String |
getRevision()
Return the revision of the Extension object (smExtsnRevision). |
java.lang.String |
getVendor()
Return the vendor of the Extension object (smExtsnVendor) as a dotted decimal string. |
java.lang.String |
getVersion()
Return the version of the Extension object (smExtsnVersion). |
java.lang.String |
toString()
Return a String representation of the Extension. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Extension(Disman disman,
Language language,
int index)
disman - the Disman object associated with this extensionlanguage - the Language object associated with this extensionindex - the table index of this extension| Method Detail |
public int getIndex()
public java.lang.String getOid()
throws SnmpException,
java.io.IOException
public java.lang.String getVersion()
throws SnmpException,
java.io.IOException
public java.lang.String getVendor()
throws SnmpException,
java.io.IOException
public java.lang.String getRevision()
throws SnmpException,
java.io.IOException
public java.lang.String getDescription()
throws SnmpException,
java.io.IOException
public Language getLanguage()
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||