|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocap.diagnostics.MIBObject
public class MIBObject
The interface represents a MIB Object. It contains the oid, as well as the encoding of the object with value formats corresponding to the ASN.1 definition of the object.
| Constructor Summary | |
|---|---|
MIBObject(String oid,
byte[] data)
Constructs a MIB object. |
|
| Method Summary | |
|---|---|
byte[] |
getData()
Gets the current MIB object encoding in byte array form. |
String |
getOID()
Gets the MIB object identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MIBObject(String oid,
byte[] data)
oid - Object Identifier of the MIB object.data - Array of bytes representing the MIB encoding.| Method Detail |
|---|
public String getOID()
public byte[] getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||