Uses of Interface
org.snmp4j.model.snmp.proxy.SnmpProxyObject
Packages that use SnmpProxyObject
Package
Description
-
Uses of SnmpProxyObject in org.snmp4j.model.demo.mibbrowser
Methods in org.snmp4j.model.demo.mibbrowser that return SnmpProxyObjectConstructors in org.snmp4j.model.demo.mibbrowser with parameters of type SnmpProxyObjectModifierConstructorDescriptionSimpleMibDataNode
(com.snmp4j.smi.SmiObject smiObject, SnmpProxyObject proxyObject) -
Uses of SnmpProxyObject in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api that return SnmpProxyObjectModifier and TypeMethodDescriptionDefaultSnmpProxyRegistry.getProxy
(SnmpProxyId snmpProxyId) DefaultSnmpProxyRegistry.putProxy
(SnmpProxyId snmpProxyId, SnmpProxyObject snmpProxyObject) DefaultSnmpProxyRegistry.removeProxy
(SnmpProxyId snmpProxyId) Methods in org.snmp4j.model.snmp.api that return types with arguments of type SnmpProxyObjectMethods in org.snmp4j.model.snmp.api with parameters of type SnmpProxyObjectModifier and TypeMethodDescriptionDefaultSnmpProxyRegistry.putProxy
(SnmpProxyId snmpProxyId, SnmpProxyObject snmpProxyObject) -
Uses of SnmpProxyObject in org.snmp4j.model.snmp.proxy
Subinterfaces of SnmpProxyObject in org.snmp4j.model.snmp.proxyModifier and TypeInterfaceDescriptioninterface
SnmpScalar<T>
TheSnmpScalar
class represents a writable proxy object for a SNMP scalar object.interface
TheSnmpScalarGroup
class represents a writable proxy object for group of SNMP scalar objects.interface
TheSnmpScalarGroup
class represents a read-only proxy object for group of SNMP scalar objects.interface
SnmpScalarRO<T>
The SnmpScalarRO is a proxy object for a SMI scalar instance.interface
TheSnmpSubTree
interface defines aSnmpProxyObject
for sub-trees of a SNMP agent MIB.interface
SnmpTable<C extends SnmpProxyColumn,
IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTable
defines the interface for writable table proxies.interface
SnmpTableRO<IC extends SnmpProxyIndexColumn,
C extends SnmpProxyColumn, IT, T, R extends SnmpProxyRow<IT, T>> The SnmpTableRO object is a proxy to for a read-only SNMP table object. -
Uses of SnmpProxyObject in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl that implement SnmpProxyObjectModifier and TypeClassDescriptionclass
TheSnmpGroupImplRO
is a proxy object for a group of read-only scalar objects.class
TheSnmpProxyObjectImpl
class implements theSnmpProxyObject
interface.class
TheSnmpScalarImpl
class implements a SNMP scalar proxy with write access.class
TheSnmpScalarImpl
class implements a SNMP scalar proxy with read-only access.class
TheSnmpSubTreeImplRO
class implements a read-onlySnmpProxyObject
for MIB sub-trees.class
SnmpTableImpl<IC extends SnmpProxyIndexColumn,
C extends SnmpProxyColumn, IT, T, R extends SnmpProxyRow<IT, T>> The SnmpTableImpl class implements a writable SNMP table that implements the JavaTableModel
.class
SnmpTableImplRO<C extends SnmpProxyColumn,
IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTableImplRO
class implements a proxy for a read-only SNMP table.Methods in org.snmp4j.model.snmp.proxy.impl that return SnmpProxyObjectMethods in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpProxyObjectModifier and TypeMethodDescriptionvoid
SnmpProxyAdapter.addChange
(SnmpProxyObject proxyObject, SnmpValuesChangeSet change) void
SnmpProxyAdapter.queueReload
(SnmpProxyObject proxyObject) SnmpProxyAdapter.removeAllChanges
(SnmpProxyObject proxyObject) SnmpProxyAdapter.removeLastChangeSet
(SnmpProxyObject proxyObject) Constructor parameters in org.snmp4j.model.snmp.proxy.impl with type arguments of type SnmpProxyObjectModifierConstructorDescriptionCommitTask
(Map<SnmpProxyObject, List<SnmpValuesChangeSet>> commits, SnmpCommitListener commitListener) -
Uses of SnmpProxyObject in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi that return SnmpProxyObjectModifier and TypeMethodDescriptionSnmpProxyRegistry.getProxy
(SnmpProxyId snmpProxyId) SnmpProxyRegistry.putProxy
(SnmpProxyId snmpProxyId, SnmpProxyObject snmpProxyObject) SnmpProxyRegistry.removeProxy
(SnmpProxyId snmpProxyId) Methods in org.snmp4j.model.snmp.spi that return types with arguments of type SnmpProxyObjectMethods in org.snmp4j.model.snmp.spi with parameters of type SnmpProxyObjectModifier and TypeMethodDescriptionvoid
SnmpProxyCommitter.addChange
(SnmpProxyObject proxyObject, SnmpValuesChangeSet change) Adds a change on the specified proxy object to the queue.SnmpProxyRegistry.putProxy
(SnmpProxyId snmpProxyId, SnmpProxyObject snmpProxyObject) void
SnmpProxyReloader.queueReload
(SnmpProxyObject proxyObject) Queue a proxy object for reload.void
SnmpProxyReloadListener.reloadFailed
(SnmpProxyObject proxyObject, SnmpErrorStatus status) The reload operation for the specified proxy object has failed (most likely the reload was not executed at all or only partyl).void
SnmpProxyReloadListener.reloadFinished
(SnmpProxyObject proxyObject) The reload operation for the specified proxy object has been finished.SnmpProxyCommitter.removeAllChanges
(SnmpProxyObject proxyObject) Remove all changes for a given proxy object.SnmpProxyCommitter.removeLastChangeSet
(SnmpProxyObject proxyObject) Remove the last change from the queue for the specified proxy object.