|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyRegistrationListener
This interface class is used to get the Agent properties. This interface may be especially useful in future while making any Agent specific properties transparent to API users in case of their generated & compiled code needs to handle any agent properties.
SnmpAgent,
VarBindRequestEvent| Method Summary | |
|---|---|
java.lang.String |
getLocalAddress()
Gets the local address of the agent. |
int |
getPort()
Gets the local port of the agent. |
java.lang.String |
getSerializeFileName()
Gets the name of the serialized file which the SnmpAgent uses to configure the V3 settings. |
SnmpGroup |
getSnmpGroup()
Gets the SnmpGroup object associated with the agent from which the SnmpGroup counter values can be known. |
SnmpVacm |
getSnmpVacm()
Gets the VACM information of the v3 snmp agent. |
long |
getUpTime()
Gets the uptime of the agent. |
boolean |
getWindowsSubAgent()
Gets whether the agent is running as standalone agent or as a WindowsSubAgent. |
boolean |
isCallbackThread()
Specifies whether the callbackthread is enabled. |
void |
setCallbackThread(boolean value)
Sets the callbackthread. |
void |
setSerializeFileName(java.lang.String filename)
Sets the name of the serialized file which the SnmpAgent uses to configure the V3 settings. |
| Method Detail |
|---|
java.lang.String getLocalAddress()
int getPort()
SnmpGroup getSnmpGroup()
SnmpGrouplong getUpTime()
boolean isCallbackThread()
void setCallbackThread(boolean value)
boolean getWindowsSubAgent()
java.lang.String getSerializeFileName()
void setSerializeFileName(java.lang.String filename)
throws SnmpException
filename - The file Name specification.
SnmpException - This Wraps all the Types of exception thrown
while processing this Request.SnmpVacm getSnmpVacm()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||