public class JVMList extends Object implements JVMListMBean
Modifier and Type | Field and Description |
---|---|
protected static Map<String,String> |
vmAliasMap |
protected static Map<String,String> |
vmAliasOverrideMap |
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 JVMListMBean
public void startAgent(String PID)
startAgent
in interface JVMListMBean
public String agentStatus(String PID)
agentStatus
in interface JVMListMBean
public String agentVersion(String PID)
agentVersion
in interface JVMListMBean
public void stopAgent(String PID)
stopAgent
in interface JVMListMBean
protected String checkAgentUrl(Object pVm) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
protected Properties getAgentSystemProperties(Object pVm) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2018 JBoss by Red Hat. All rights reserved.