|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.interfaces.snmp.alarms.SNMPAlarm
public class SNMPAlarm
MIB implementation for alarms.
Represents an alarm as a table row.
| Field Summary | |
|---|---|
static int |
COLUMN_COUT
The number of column in each row |
| Constructor Summary | |
|---|---|
SNMPAlarm(int id)
Creates a row referencing the specified alarm. |
|
| Method Summary | |
|---|---|
org.snmp4j.agent.mo.MOTableRow |
getBaseRow()
Gets the associated base row for this row (if this row is a dependent row). |
org.snmp4j.smi.OID |
getIndex()
Gets the row's index OID. |
org.snmp4j.smi.Variable |
getValue(int column)
Gets the value at the specified column index. |
void |
setBaseRow(org.snmp4j.agent.mo.MOTableRow arg0)
Sets the associated base row. |
int |
size()
Returns the number of columns in this row. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int COLUMN_COUT
| Constructor Detail |
|---|
public SNMPAlarm(int id)
index - the object identifier for this row.id - id of the alarm to be referenced..| Method Detail |
|---|
public org.snmp4j.smi.OID getIndex()
getIndex in interface org.snmp4j.agent.mo.MOTableRowpublic org.snmp4j.smi.Variable getValue(int column)
getValue in interface org.snmp4j.agent.mo.MOTableRowpublic int size()
size in interface org.snmp4j.agent.mo.MOTableRowpublic org.snmp4j.agent.mo.MOTableRow getBaseRow()
getBaseRow in interface org.snmp4j.agent.mo.MOTableRowpublic void setBaseRow(org.snmp4j.agent.mo.MOTableRow arg0)
setBaseRow in interface org.snmp4j.agent.mo.MOTableRow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||