@InterfaceAudience.Private public class JMXGet extends Object
Constructor and Description |
---|
JMXGet() |
Modifier and Type | Method and Description |
---|---|
String |
getValue(String key)
get single value by key
|
void |
init() |
static void |
main(String[] args)
main
|
void |
printAllValues()
print all attributes' values
|
void |
setLocalVMUrl(String url) |
void |
setPort(String port) |
void |
setServer(String server) |
void |
setService(String service) |
public void setService(String service)
public void setPort(String port)
public void setServer(String server)
public void setLocalVMUrl(String url)
public void printAllValues() throws Exception
Exception
public String getValue(String key) throws Exception
Exception
public static void main(String[] args)
args
- Copyright © 2013 Apache Software Foundation. All rights reserved.