org.snmp4j.util
Class TableUtils.TableRequest
java.lang.Object
org.snmp4j.util.TableUtils.TableRequest
- All Implemented Interfaces:
- java.util.EventListener, ResponseListener
- Enclosing class:
- TableUtils
public class TableUtils.TableRequest
- extends java.lang.Object
- implements ResponseListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastReceived
protected java.util.Vector lastReceived
TableUtils.TableRequest
public TableUtils.TableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
java.lang.Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex)
sendNextChunk
public boolean sendNextChunk()
sendRequest
protected void sendRequest(PDU pdu,
Target target,
java.lang.Integer startCol)
throws java.io.IOException
- Throws:
java.io.IOException
onResponse
public void onResponse(ResponseEvent event)
- Description copied from interface:
ResponseListener
- Process a SNMP response.
- Specified by:
onResponse
in interface ResponseListener
- Parameters:
event
- a ResponseEvent
.
checkResponse
protected boolean checkResponse(ResponseEvent event)
getRow
public org.snmp4j.util.TableUtils.Row getRow(OID index)
Copyright © 2011 SNMP4J.org. All Rights Reserved.