Uses of Interface
org.snmp4j.smi.Variable
Packages that use Variable
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for SNMP4J event processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of Variable in org.snmp4j
Methods in org.snmp4j that return VariableModifier and TypeMethodDescriptionPDU.getVariable(OID prefix) Gets the first variable whose OID starts with the specified OID.Methods in org.snmp4j with parameters of type VariableModifier and TypeMethodDescriptionprotected voidChecks for null parameters.protected booleanPDUv1.isVariableV1(Variable v) Check if the given variable can be encoded into a SNMPv1 PDU. -
Uses of Variable in org.snmp4j.event
Methods in org.snmp4j.event that return VariableModifier and TypeMethodDescriptionCounterEvent.getCurrentValue()Gets the current value of the counter, as set by the maintainer of the counter (one of the event listeners).Methods in org.snmp4j.event with parameters of type VariableModifier and TypeMethodDescriptionvoidCounterEvent.setCurrentValue(Variable currentValue) Sets the current value of the counter. -
Uses of Variable in org.snmp4j.security
Classes in org.snmp4j.security that implement VariableModifier and TypeClassDescriptionclassSecurityParametersimplementation for theTSMsecurity model. -
Uses of Variable in org.snmp4j.smi
Classes in org.snmp4j.smi that implement VariableModifier and TypeClassDescriptionclassTheVariableabstract class is the base class for all SNMP variables.classTheBitStringclass represents the obsolete SMI type BIT STRING which has been defined in RFC 1442 (an SNMPv2 draft) but which has been obsoleteted by RFC 1902 and RFC 2578.classTheCounter32class allows all the functionality of unsigned integers but is recognized as a distinct SMI type, which is used for monotonically increasing values that wrap around at 2^32-1 (4294967295).classTheCounter64class represents a 64bit unsigned integer type.classTheGauge32class is indistinguishable fromUnsingedInteger32.classTheGenericAddressimplements the decorator and factory design pattern to provide a generic address type.classTheInteger32represents 32bit signed integer values for SNMP.classTheIpAddressclass represents an IPv4 address SNMP variable.classTheNullclass represents SMI Null and the derived SMIv2 exception syntaxes.classTheOctetStringclass represents the SMI type OCTET STRING.classThe Object Identifier Class.classTheOpaqueclass represents the SMI type Opaque which is used to transparently exchange BER encoded values.classASMIAddressis an address that is defined by the Structure of Management Information (SMI) and can be thereby serialized through the Basic Encoding Rules (BER) used by the SNMP protocol.classTheSshAddressrepresents a SSH transport addresses as defined by RFC 5592 SnmpSSHAddress textual convention.classTheTcpAddressrepresents TCP/IP transport addresses.classTheTimeTicksclass represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).classTheSshAddressrepresents a SSH transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.classTheTransportIpAddressis the abstract base class for all transport addresses on top of IP network addresses.classTheUdpAddressrepresents UDP/IP transport addresses.classUnsignedInteger32 type is an SNMP type that represents unsigned 32bit integer values (0 to 4294967295).classTheVariantVariableprovides a decorator for any type of Variable instance, to be able to intercept or monitor variable value modification by using aVariantVariableCallback.Methods in org.snmp4j.smi that return VariableModifier and TypeMethodDescriptionstatic VariableAbstractVariable.createFromBER(BERInputStream inputStream) Creates aVariablefrom a BER encodedBERInputStream.static VariableAbstractVariable.createFromSyntax(int smiSyntax) Creates aVariablefrom the supplied SMI syntax identifier.VariableBinding.getVariable()Gets the value of the variable binding.VariantVariable.getVariable()Returns the typed variable that holds the wrapped value.Methods in org.snmp4j.smi with parameters of type VariableModifier and TypeMethodDescriptionabstract intintintintintintintfinal intintintintintvoidVariableBinding.setVariable(Variable variable) Sets the value of the variable binding.Constructors in org.snmp4j.smi with parameters of type VariableModifierConstructorDescriptionVariableBinding(OID oid, Variable variable) Creates a variable binding with the supplied OID and value.VariantVariable(Variable initialVariable) Creates a variant variable wrapping the specified value.VariantVariable(Variable initialVariable, VariantVariableCallback callback) Creates a variant variable wrapping the specified value and a callback that monitors value modifications. -
Uses of Variable in org.snmp4j.uri
Method parameters in org.snmp4j.uri with type arguments of type Variable -
Uses of Variable in org.snmp4j.util
Methods in org.snmp4j.util that return VariableModifier and TypeMethodDescriptionThis operation is not supported bySimpleVariableTextFormat.This operation is not supported bySimpleVariableTextFormat.Parses a textual representation of a variable against a SMI type.Parses a textual representation of a variable against its associated OBJECT-TYPE OID.Methods in org.snmp4j.util with parameters of type VariableModifier and TypeMethodDescriptionReturns a textual representation of the supplied variable against the optionally supplied instance OID.Returns a textual representation of the supplied variable against the optionally supplied instance OID.