|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.snmp.mibs.agent.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 |
|
| Field Detail |
int[] instanceOID
| Constructor Detail |
public TrapForwardingEntry()
| Method Detail |
public SnmpVar getId()
throws AgentSnmpException
setId()
public SnmpVar getManagerHost()
throws AgentSnmpException
setManagerHost()
public SnmpVar getManagerPort()
throws AgentSnmpException
setManagerPort()
public SnmpVar getRowStatus()
throws AgentSnmpException
setRowStatus()
public void setId(SnmpVar id)
throws AgentSnmpException
getId()
public void setManagerHost(SnmpVar host)
throws AgentSnmpException
getManagerHost()
public void setManagerPort(SnmpVar port)
throws AgentSnmpException
getManagerPort()
public void setRowStatus(SnmpVar rowStat)
throws AgentSnmpException
getRowStatus()public int[] getInstanceOID()
setInstanceOID()public void setInstanceOID(int[] instanceOID)
getInstanceOID()public int[] computeInstanceOID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||