|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpValue | |
---|---|
com.caucho.server.snmp | |
com.caucho.server.snmp.types |
Uses of SnmpValue in com.caucho.server.snmp |
---|
Methods in com.caucho.server.snmp that return SnmpValue | |
---|---|
protected SnmpValue |
SnmpRequest.getMBean(ObjectIdentifierValue objectIdentifier)
|
SnmpValue |
SnmpParser.read()
|
Methods in com.caucho.server.snmp that return types with arguments of type SnmpValue | |
---|---|
SequenceValue<SnmpValue> |
SnmpParser.readSequence()
|
Methods in com.caucho.server.snmp with parameters of type SnmpValue | |
---|---|
protected void |
SnmpRequest.sendResponse(SnmpValue response)
|
Uses of SnmpValue in com.caucho.server.snmp.types |
---|
Classes in com.caucho.server.snmp.types with type parameters of type SnmpValue | |
---|---|
class |
SequenceValue<T extends SnmpValue>
|
Subclasses of SnmpValue in com.caucho.server.snmp.types | |
---|---|
class |
CounterValue
|
class |
GaugeValue
|
class |
GetNextRequestPduValue
|
class |
GetRequestPduValue
|
class |
GetResponsePduValue
|
class |
IntegerValue
|
class |
IpAddressValue
|
class |
NullValue
|
class |
ObjectIdentifierValue
|
class |
OctetStringValue
|
class |
OpaqueValue
|
class |
PduValue
|
class |
RequestPduValue
|
class |
SequenceValue<T extends SnmpValue>
|
class |
SetRequestPduValue
|
class |
SnmpMessageValue
|
class |
TimeTicksValue
|
class |
TrapPduValue
|
class |
UnsignedIntegerValue
|
class |
VarBindListValue
|
class |
VarBindValue
|
Methods in com.caucho.server.snmp.types that return SnmpValue | |
---|---|
static SnmpValue |
SnmpValue.create(java.lang.Object obj)
|
static SnmpValue |
SnmpValue.create(java.lang.Object obj,
int type)
|
static SnmpValue |
SnmpValue.create(java.lang.Object obj,
java.lang.String typeStr)
|
SnmpValue[] |
VarBindListValue.getValue()
|
SnmpValue |
VarBindValue.getValue()
|
Methods in com.caucho.server.snmp.types with parameters of type SnmpValue | |
---|---|
void |
VarBindValue.add(SnmpValue value)
|
Constructors in com.caucho.server.snmp.types with parameters of type SnmpValue | |
---|---|
VarBindValue(ObjectIdentifierValue name,
SnmpValue value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |