Uses of Interface
org.snmp4j.model.snmp.proxy.SnmpScalarRO
Packages that use SnmpScalarRO
-
Uses of SnmpScalarRO in org.snmp4j.model.snmp.proxy
Subinterfaces of SnmpScalarRO in org.snmp4j.model.snmp.proxyModifier and TypeInterfaceDescriptioninterface
SnmpScalar<T>
TheSnmpScalar
class represents a writable proxy object for a SNMP scalar object.Methods in org.snmp4j.model.snmp.proxy that return types with arguments of type SnmpScalarROModifier and TypeMethodDescriptionList<SnmpScalarRO<?>>
SnmpScalarGroupRO.getScalars()
Gets a list of the scalar proxy objects in this group.Method parameters in org.snmp4j.model.snmp.proxy with type arguments of type SnmpScalarROModifier and TypeMethodDescriptionvoid
SnmpScalarGroupRO.setScalars
(List<SnmpScalarRO<?>> scalars) Sets the list of the scalar proxy objects in this group. -
Uses of SnmpScalarRO in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl that implement SnmpScalarROModifier and TypeClassDescriptionclass
TheSnmpScalarImpl
class implements a SNMP scalar proxy with write access.class
TheSnmpScalarImpl
class implements a SNMP scalar proxy with read-only access.Methods in org.snmp4j.model.snmp.proxy.impl that return types with arguments of type SnmpScalarROMethod parameters in org.snmp4j.model.snmp.proxy.impl with type arguments of type SnmpScalarROConstructor parameters in org.snmp4j.model.snmp.proxy.impl with type arguments of type SnmpScalarROModifierConstructorDescriptionSnmpGroupImplRO
(org.snmp4j.smi.OID groupOID, org.snmp4j.smi.OctetString context, List<SnmpScalarRO<?>> scalars) Creates a group proxy object with an object identifier (this could be any unique OID but is typically the OID of the common root node of the supplied scalars).