|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OID | |
org.netsnmp | |
org.netsnmp.swingui | |
org.netsnmp.util |
Uses of OID in org.netsnmp |
Classes in org.netsnmp that implement OID | |
class |
DefaultOID
|
class |
InstanceOID
A Convenience class that could save memory if used judiciously. |
class |
NativeOID
OID class that supplies access to native OID services |
Fields in org.netsnmp declared as OID | |
OID |
PDU.entry.oid
|
OID |
PDU.enterprise
|
static OID |
NetSNMP.usmDESPrivOID
|
static OID |
NetSNMP.usmMD5AuthOID
|
static OID |
NetSNMP.usmNoAuthOID
|
static OID |
NetSNMP.usmNoPrivOID
|
static OID |
NetSNMP.usmSHAAuthOID
|
OID |
MIBEvent.oid
|
Methods in org.netsnmp that return OID | |
OID |
PDU.addEntry(String desc,
ASNValue v)
Add an entry into the PDU |
OID |
PDU.addNullEntry(String desc)
Adds a new null entry to the PDU |
OID |
OID.append(OID oid)
|
OID |
NetSNMPSyncSession.getSecurityAuthOID()
|
OID |
NetSNMPSyncSession.getSecurityPrivOID()
|
OID |
NetSNMPSession.getSecurityAuthOID()
|
OID |
NetSNMPSession.getSecurityPrivOID()
|
OID |
NativeOID.append(OID oid)
Creates a new OID object appending by appending oid to this one |
static OID |
MIB.readObjID(String descriptor)
looks up and translates the text description |
static OID |
MIB.readObjIDOrAbort(String descriptor)
looks up a MIB or aborts. |
Methods in org.netsnmp with parameters of type OID | |
void |
PDU.addEntry(OID o,
ASNValue v)
|
void |
PDU.addNullEntries(OID[] oids)
Allows you to add a large ammount of oids all at once rather than one at a time |
void |
PDU.addNullEntry(OID desc)
Add a null entry to the PDU |
void |
PDU.addNullEntry(OID desc,
int instance)
Add a null entry to the PDU |
ASNValue |
PDU.findValue(OID oid)
Retrieve a value from the pdu corresponding to the oid |
ASNValue |
PDU.findValue(OID oid,
int inst)
Retrieives a value from the pdu corresponding to the oid and the instance |
void |
PDU.setEntries(OID[] oids,
ASNValue[] values)
|
void |
PDU.setValue(OID oid,
ASNValue value)
Replaces the existing value corresponding to oid in the pdu. |
OID |
OID.append(OID oid)
|
int |
OID.compareTo(OID oid,
int n)
Compares up to n places in this oid |
ASNValue |
NetSNMPSyncSession.set(OID oid,
ASNValue v)
Sets a single value for a given OID |
ASNValue |
NetSNMPSyncSession.get(OID oid)
Retrieves a single value for a given OID |
void |
NetSNMPSyncSession.setAuthenticationProtocol(OID oid)
|
void |
NetSNMPSyncSession.setPrivacyProtocol(OID oid)
|
void |
NetSNMPSyncSession.setSecurityAuthOID(OID oid)
|
void |
NetSNMPSyncSession.setSecurityPrivOID(OID oid)
|
void |
NetSNMPSession.setAuthenticationProtocol(OID oid)
Setter for authentication protocol corresponds to the -a option for snmpcmd(1) |
void |
NetSNMPSession.setPrivacyProtocol(OID oid)
Setter for privacy protocol corresponds to the -x DES option for snmpcmd(1) |
void |
NetSNMPSession.setSecurityAuthOID(OID oid)
|
void |
NetSNMPSession.setSecurityPrivOID(OID oid)
|
int |
NativeOID.compareTo(OID oid,
int n)
Compares up to n places in this oid |
OID |
NativeOID.append(OID oid)
Creates a new OID object appending by appending oid to this one |
static MIB.leaf[] |
MIB.findLeaves(OID oid)
|
Constructors in org.netsnmp with parameters of type OID | |
PDU.entry(OID o,
ASNValue v)
|
|
MIBEvent(Object src,
OID oid)
Creates a new instance of MIBEvent |
|
InstanceOID(OID object,
int instance)
|
|
DefaultOID(OID srcOid)
Creates a new DefaultOID from an existing one |
|
DefaultOID(OID oid,
int inst)
Creates an OID from another OID and a specific instance |
Uses of OID in org.netsnmp.swingui |
Fields in org.netsnmp.swingui declared as OID | |
OID |
OIDSelectorJDialog.selectedOID
Set to the oid that has been selected |
Methods in org.netsnmp.swingui that return OID | |
OID |
SessionPanel.getAuthProtocol()
|
OID |
SessionPanel.getPrivProtocol()
|
OID |
SessionDialog.getAuthProtocol()
|
OID |
SessionDialog.getPrivProtocol()
|
OID |
MIBDialog.getOID()
|
OID |
MIBJPanel.getSelectedOID()
|
Methods in org.netsnmp.swingui with parameters of type OID | |
void |
MIBDialog.addMIBPanel(String name,
OID oid)
Adds a new MIBJPanel to the tabbed pane |
Constructors in org.netsnmp.swingui with parameters of type OID | |
MIBDialog(Frame parent,
boolean modal,
OID startOID)
|
|
MIBJPanel(OID rOID)
Creates a new MIBJPanel with the tree root at rootOID |
Uses of OID in org.netsnmp.util |
Methods in org.netsnmp.util that return OID | |
OID |
snmpgetRunner.getOID(OID oid)
|
OID |
snmpgetRunner.getOIDOrAbort(OID oid)
|
Methods in org.netsnmp.util with parameters of type OID | |
String |
snmpgetRunner.getString(OID oid)
|
String |
snmpgetRunner.getStringOrAbort(OID oid)
|
OID |
snmpgetRunner.getOID(OID oid)
|
OID |
snmpgetRunner.getOIDOrAbort(OID oid)
|
int |
snmpgetRunner.getInt(OID oid)
|
int |
snmpgetRunner.getIntOrAbort(OID oid)
|
Constructors in org.netsnmp.util with parameters of type OID | |
ValueCollector(String host,
String community,
OID baseOID)
Create a new instance of a ValueCollector |
|
ValueCollector(NetSNMPSession copySession,
OID baseOID)
Create a new instance of a ValueCollector using an exisiting session's peer, community and version. |
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |