|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MonitoringAgentMXBean
It is the MXBean interface which will be implemented internally by the FoundationMXAgent.
MonitoringAgent| Method Summary | |
|---|---|
int |
getAgentPort()
Gets the RMI port on which MonitoringAgent is registered. |
Date |
getAgentStartTime()
Gets the Date when MonitoringAgent was registered. |
String |
getAgentVersion()
Gets Version of the MonitoringAgent. |
int |
getExportedPort()
Gets the port number on which the Monitoring information is exported. |
String |
getHostIP()
Gets the IP of the host machine where MonitoringAgent runs. |
String |
getHostName()
Gets the network name of the host machine where MonitoringAgent runs. |
void |
setAttributeValue(String path,
int value)
Allows the management information attributes to be written remotely. |
void |
setAttributeValue(String path,
long value)
Allows the management information attributes to be written remotely. |
void |
setAttributeValue(String path,
String value)
Allows the management information attributes to be written remotely. |
| Method Detail |
|---|
Date getAgentStartTime()
String getAgentVersion()
int getAgentPort()
int getExportedPort()
String getHostIP()
String getHostName()
void setAttributeValue(String path,
String value)
throws Exception
path - Path of the attribute to be set.value - Value to be set with
Exception
void setAttributeValue(String path,
int value)
throws Exception
path - Path of the attribute to be set.value - Value to be set with
Exception
void setAttributeValue(String path,
long value)
throws Exception
path - Path of the attribute to be set.value - Value to be set with
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||