|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.management.snmp.SnmpOidRecord
public class SnmpOidRecord
Represents an entry of an SnmpOidTable
. It contains the name of the MIB variable,
the corresponding OID and its type.
The type is represented using one of the following:
Counter32
Counter64
Table Entry
Gauge32
Integer32
OBJECT-IDENTITY
IpAddress
NOTIFICATION-TYPE
NOTIFICATION-GROUP
Null
Opaque
OBJECT-GROUP
Object Identifier
String
TimeTicks
Table
Unsigned32
SnmpOidTable
Constructor Summary | |
---|---|
SnmpOidRecord(String name,
String oid,
String type)
Creates an SnmpOidRecord with the specified MIB variable
name, OID and type. |
Method Summary | |
---|---|
String |
getName()
Gets the logical name of the MIB variable. |
String |
getOid()
Gets the OID of the MIB variable. |
String |
getType()
Gets the type of the MIB variable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SnmpOidRecord(String name, String oid, String type)
SnmpOidRecord
with the specified MIB variable
name, OID and type.
name
- The logical name of the MIB variable.oid
- The OID of the MIB variable.type
- The type of the MIB variable.Method Detail |
---|
public String getName()
public String getOid()
public String getType()
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |