|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.mibs.agent.TrapForwardingEntry
public class TrapForwardingEntry
This class represents a row in the TrapForwardingTable
Stores all the row elements in AgentTableModel
| Field Summary | |
|---|---|
(package private) int[] |
instanceOID
|
| Constructor Summary | |
|---|---|
TrapForwardingEntry()
|
|
| Method Summary | |
|---|---|
int[] |
computeInstanceOID()
This method is called whenever the instanceOID needs to be recomputed |
SnmpVar |
getId()
Getter for the id which identifies the INDEX . |
int[] |
getInstanceOID()
Getter for instanceOID . |
SnmpVar |
getManagerHost()
Getter for the managerHost which is used for forwarding. |
SnmpVar |
getManagerPort()
Getter for the managerPort which is used for forwarding. |
SnmpVar |
getRowStatus()
Getter for RowStatus. |
void |
setId(SnmpVar id)
Setter for the id which identifies the INDEX . |
void |
setInstanceOID(int[] instanceOID)
Setter for instanceOID. |
void |
setManagerHost(SnmpVar host)
Setter for the managerHost which is used for forwarding. |
void |
setManagerPort(SnmpVar port)
Setter for the managerPort which is used for forwarding. |
void |
setRowStatus(SnmpVar rowStat)
Setter for RowStatus, 1 for active. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int[] instanceOID
| Constructor Detail |
|---|
public TrapForwardingEntry()
| Method Detail |
|---|
public SnmpVar getId()
throws AgentSnmpException
AgentSnmpExceptionsetId()
public SnmpVar getManagerHost()
throws AgentSnmpException
AgentSnmpExceptionsetManagerHost()
public SnmpVar getManagerPort()
throws AgentSnmpException
AgentSnmpExceptionsetManagerPort()
public SnmpVar getRowStatus()
throws AgentSnmpException
AgentSnmpExceptionsetRowStatus()
public void setId(SnmpVar id)
throws AgentSnmpException
AgentSnmpExceptiongetId()
public void setManagerHost(SnmpVar host)
throws AgentSnmpException
AgentSnmpExceptiongetManagerHost()
public void setManagerPort(SnmpVar port)
throws AgentSnmpException
AgentSnmpExceptiongetManagerPort()
public void setRowStatus(SnmpVar rowStat)
throws AgentSnmpException
AgentSnmpExceptiongetRowStatus()public int[] getInstanceOID()
getInstanceOID in interface TableEntrysetInstanceOID()public void setInstanceOID(int[] instanceOID)
setInstanceOID in interface TableEntryinstanceOID - The Value of the InstanceaOOD to set.getInstanceOID()public int[] computeInstanceOID()
computeInstanceOID in interface TableEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||