|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.SysOREntry
public class SysOREntry
Contains the data handling under sysOREntry group
| Field Summary | |
|---|---|
(package private) BaseSnmpAgent |
agentName
|
protected int[] |
instanceOID
The Instance OID int[] for this entry. |
protected java.lang.String |
sysORDescr
The SysORDescr value |
protected java.lang.String |
sysORID
The SysORID value |
protected java.lang.Integer |
sysORIndex
The Index variable |
protected java.lang.Long |
sysORUpTime
The SysORUpTime value |
| Constructor Summary | |
|---|---|
SysOREntry()
|
|
| Method Summary | |
|---|---|
int[] |
computeInstanceOID()
Implementaion of TableEntry Interface |
void |
decrementCount()
This method reduces the column count by 1. |
int |
getCount()
The method to get the column count. |
int[] |
getInstanceOID()
Part of interface TableEntry |
java.lang.String |
getSysORDescr()
Handles the SNMP Get Request for sysORDescr |
java.lang.String |
getSysORID()
Handles the SNMP Get Request for sysORID |
java.lang.Long |
getSysORUpTime()
Handles the SNMP Get Request for sysORUpTime |
void |
setAgentRef(BaseSnmpAgent agentRef)
Method to set the SnmpAgent reference to this entry. |
void |
setInstanceOID(int[] instanceOID)
Part of interface TableEntry set the instanceOID |
void |
setSysORDescr(java.lang.String value)
Handles the SNMP Set Request for sysORDescr |
void |
setSysORID(java.lang.String value)
Handles the SNMP Set Request for sysORID |
void |
setSysORIndex(java.lang.Integer value)
Handles the SNMP Set Request for sysORIndex |
void |
setSysORUpTime(java.lang.Long value)
Handles the SNMP Set Request for sysORUpTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer sysORIndex
protected java.lang.String sysORID
protected java.lang.String sysORDescr
protected java.lang.Long sysORUpTime
BaseSnmpAgent agentName
protected int[] instanceOID
| Constructor Detail |
|---|
public SysOREntry()
| Method Detail |
|---|
public void setAgentRef(BaseSnmpAgent agentRef)
agentRef - the SnmpAgent Reference.public int[] getInstanceOID()
getInstanceOID in interface TableEntrypublic void setInstanceOID(int[] instanceOID)
setInstanceOID in interface TableEntryinstanceOID - The Value of the InstanceaOOD to set.public int[] computeInstanceOID()
computeInstanceOID in interface TableEntryAgentUtil.encodeInstanceStringpublic void decrementCount()
public int getCount()
public void setSysORIndex(java.lang.Integer value)
throws AgentException
value - The Integer index
AgentException - on error
public java.lang.String getSysORID()
throws AgentException
AgentException - on error
public void setSysORID(java.lang.String value)
throws AgentException
value - The SysORID String value to be set
AgentException - on error
public java.lang.String getSysORDescr()
throws AgentException
AgentException - on error
public void setSysORDescr(java.lang.String value)
throws AgentException
value - The SysORDescr String to be set
AgentException - on error
public java.lang.Long getSysORUpTime()
throws AgentException
AgentException - on error
public void setSysORUpTime(java.lang.Long value)
throws AgentException
value - The sysORUpTime Long to be set
AgentException - on error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||