public class JVMList extends Object implements JVMListMBean
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
vmAliasMap |
| Constructor and Description |
|---|
JVMList() |
| Modifier and Type | Method and Description |
|---|---|
String |
agentStatus(String PID) |
String |
agentVersion(String PID) |
protected String |
checkAgentUrl(Object pVm) |
void |
destroy() |
protected Properties |
getAgentSystemProperties(Object pVm) |
void |
init() |
List<VMDescriptorDTO> |
listLocalJVMs() |
void |
startAgent(String PID) |
void |
stopAgent(String PID) |
public void init()
public void destroy()
public List<VMDescriptorDTO> listLocalJVMs()
listLocalJVMs in interface JVMListMBeanpublic void startAgent(String PID)
startAgent in interface JVMListMBeanpublic String agentStatus(String PID)
agentStatus in interface JVMListMBeanpublic String agentVersion(String PID)
agentVersion in interface JVMListMBeanpublic void stopAgent(String PID)
stopAgent in interface JVMListMBeanprotected String checkAgentUrl(Object pVm) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
protected Properties getAgentSystemProperties(Object pVm) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2014. All Rights Reserved.