|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TableRow
A TableRow instance represents a row of a SNMP table. It may
also indicate certain error conditions that may occur during table retrival.
Snmp.getTable(java.util.List, java.lang.String, java.lang.String)| Field Summary | |
|---|---|
static int |
STATUS_EXCEPTION
|
static int |
STATUS_OK
|
static int |
STATUS_REPORT
|
static int |
STATUS_TIMEOUT
|
static int |
STATUS_WRONG_ORDER
|
| Method Summary | |
|---|---|
org.snmp4j.smi.Variable |
get(int index)
|
VariableBinding[] |
getColumns()
Returns the column instances of this row. |
IObjectID |
getIndex()
Returns the index OID of the row. |
java.util.List |
getIndexValues()
Returns the index objects building up the row's index. |
int |
getStatus()
Returns the (error) status of this row. |
| Field Detail |
|---|
static final int STATUS_OK
static final int STATUS_EXCEPTION
static final int STATUS_REPORT
static final int STATUS_TIMEOUT
static final int STATUS_WRONG_ORDER
| Method Detail |
|---|
int getStatus()
VariableBinding[] getColumns()
null if an error
condition is associated with this row.org.snmp4j.smi.Variable get(int index)
IObjectID getIndex()
java.util.List getIndexValues()
|
Copyright 2003-2011, Frank Fock, All Rights Reserved. http://www.mibexplorer.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||