|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.snmp.snmp2.agent.SnmpAgentInfoInstrument
This class has the SnmpAgent Informations. This takes care of SnmpAgentInfo Support.
| Field Summary | |
protected SnmpAgent |
agentRef
Agent Reference |
protected java.lang.String |
snmpAgentIpAddress
The Agent Address. |
protected java.lang.Integer |
snmpAgentOperStatus
The Agent Operation status. |
protected java.lang.Integer |
snmpAgentPortNumer
The Agent Running Port. |
protected java.lang.Long |
snmpAgentUpTime
The Agent Uptime. |
protected java.lang.String |
snmpAgentVersion
The Agents Snmp Version. |
| Constructor Summary | |
SnmpAgentInfoInstrument(SnmpAgent agent)
Constructor With the SnmpAgent argument. |
|
| Method Summary | |
java.lang.String |
getSnmpAgentIpAddress()
Handles the SNMP Get Request for snmpAgentIpAddress |
java.lang.Integer |
getSnmpAgentOperStatus()
Handles the SNMP Get Request for snmpAgentOperStatus |
java.lang.Integer |
getSnmpAgentPortNumer()
Handles the SNMP Get Request for snmpAgentPortNumer |
java.lang.Long |
getSnmpAgentUpTime()
Handles the SNMP Get Request for snmpAgentUpTime |
java.lang.String |
getSnmpAgentVersion()
Handles the SNMP Get Request for snmpAgentVersion |
void |
setSnmpAgentIpAddress(java.lang.String value)
Handles the SNMP Set Request for snmpAgentIpAddress |
void |
setSnmpAgentOperStatus(java.lang.Integer value)
Handles the SNMP Set Request for snmpAgentOperStatus |
void |
setSnmpAgentPortNumer(java.lang.Integer value)
Handles the SNMP Set Request for snmpAgentPortNumer |
void |
setSnmpAgentUpTime(java.lang.Long value)
Handles the SNMP Set Request for snmpAgentUpTime |
void |
setSnmpAgentVersion(java.lang.String value)
Handles the SNMP Set Request for snmpAgentVersion |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected SnmpAgent agentRef
protected java.lang.String snmpAgentVersion
protected java.lang.String snmpAgentIpAddress
protected java.lang.Integer snmpAgentPortNumer
protected java.lang.Long snmpAgentUpTime
protected java.lang.Integer snmpAgentOperStatus
| Constructor Detail |
public SnmpAgentInfoInstrument(SnmpAgent agent)
agent - The SnmpAgent reference whose information has to be maintained.| Method Detail |
public java.lang.String getSnmpAgentVersion()
throws AgentException
public void setSnmpAgentVersion(java.lang.String value)
value - The Snmp Version String.
public java.lang.String getSnmpAgentIpAddress()
throws AgentException
public void setSnmpAgentIpAddress(java.lang.String value)
value - The IPAddress String of Agent Address.
public java.lang.Integer getSnmpAgentPortNumer()
throws AgentException
public void setSnmpAgentPortNumer(java.lang.Integer value)
value - The port Number Integer.
public java.lang.Long getSnmpAgentUpTime()
throws AgentException
public void setSnmpAgentUpTime(java.lang.Long value)
value - The Long value of AgentUpTime.
public java.lang.Integer getSnmpAgentOperStatus()
throws AgentException
public void setSnmpAgentOperStatus(java.lang.Integer value)
value - The Integer specifying the Agent's status.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||