Package | Description |
---|---|
org.snmp4j.model.demo.mibbrowser | |
org.snmp4j.model.snmp.api | |
org.snmp4j.model.snmp.proxy | |
org.snmp4j.model.snmp.proxy.impl | |
org.snmp4j.model.snmp.spi |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyObject |
SimpleMibDataNode.getProxyObject() |
Constructor | Description |
---|---|
SimpleMibDataNode(com.snmp4j.smi.SmiObject smiObject,
SnmpProxyObject proxyObject) |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyObject |
DefaultSnmpProxyRegistry.getProxy(SnmpProxyId snmpProxyId) |
|
SnmpProxyObject |
DefaultSnmpProxyRegistry.putProxy(SnmpProxyId snmpProxyId,
SnmpProxyObject snmpProxyObject) |
|
SnmpProxyObject |
DefaultSnmpProxyRegistry.removeProxy(SnmpProxyId snmpProxyId) |
Modifier and Type | Method | Description |
---|---|---|
SortedMap<SnmpProxyId,SnmpProxyObject> |
DefaultSnmpProxyRegistry.getProxyMap() |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyObject |
DefaultSnmpProxyRegistry.putProxy(SnmpProxyId snmpProxyId,
SnmpProxyObject snmpProxyObject) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpScalar<T> |
The
SnmpScalar class represents a writable proxy object for a SNMP scalar object. |
interface |
SnmpScalarGroup |
The
SnmpScalarGroup class represents a writable proxy object for group of SNMP scalar objects. |
interface |
SnmpScalarGroupRO |
The
SnmpScalarGroup 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 |
SnmpSubTreeRO<T> |
The
SnmpSubTree interface defines a SnmpProxyObject for sub-trees of a SNMP agent
MIB. |
interface |
SnmpTable<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTable 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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SnmpGroupImplRO |
The
SnmpGroupImplRO is a proxy object for a group of read-only scalar objects. |
class |
SnmpProxyObjectImpl |
The
SnmpProxyObjectImpl class implements the SnmpProxyObject
interface. |
class |
SnmpScalarImpl<T> |
The
SnmpScalarImpl class implements a SNMP scalar proxy with write access. |
class |
SnmpScalarImplRO<T> |
The
SnmpScalarImpl class implements a SNMP scalar proxy with read-only access. |
class |
SnmpSubTreeImplRO<T> |
The
SnmpSubTreeImplRO class implements a read-only SnmpProxyObject
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 Java
TableModel . |
class |
SnmpTableImplRO<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTableImplRO class implements a proxy for a read-only SNMP table. |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyObject |
SnmpProxyAdapter.ReloadTask.getSnmpProxyObject() |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpProxyAdapter.addChange(SnmpProxyObject proxyObject,
SnmpValuesChangeSet change) |
|
void |
SnmpProxyAdapter.queueReload(SnmpProxyObject proxyObject) |
|
List<SnmpValuesChangeSet> |
SnmpProxyAdapter.removeAllChanges(SnmpProxyObject proxyObject) |
|
SnmpValuesChangeSet |
SnmpProxyAdapter.removeLastChangeSet(SnmpProxyObject proxyObject) |
Constructor | Description |
---|---|
CommitTask(Map<SnmpProxyObject,List<SnmpValuesChangeSet>> commits,
SnmpCommitListener commitListener) |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyObject |
SnmpProxyRegistry.getProxy(SnmpProxyId snmpProxyId) |
|
SnmpProxyObject |
SnmpProxyRegistry.putProxy(SnmpProxyId snmpProxyId,
SnmpProxyObject snmpProxyObject) |
|
SnmpProxyObject |
SnmpProxyRegistry.removeProxy(SnmpProxyId snmpProxyId) |
Modifier and Type | Method | Description |
---|---|---|
SortedMap<SnmpProxyId,SnmpProxyObject> |
SnmpProxyRegistry.getProxyMap() |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpProxyCommitter.addChange(SnmpProxyObject proxyObject,
SnmpValuesChangeSet change) |
Adds a change on the specified proxy object to the queue.
|
SnmpProxyObject |
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.
|
List<SnmpValuesChangeSet> |
SnmpProxyCommitter.removeAllChanges(SnmpProxyObject proxyObject) |
Remove all changes for a given proxy object.
|
SnmpValuesChangeSet |
SnmpProxyCommitter.removeLastChangeSet(SnmpProxyObject proxyObject) |
Remove the last change from the queue for the specified proxy object.
|
Copyright © 2020 SNMP4J.org. All rights reserved.