public class ArtemisDataReader extends Object
Constructor and Description |
---|
ArtemisDataReader(org.jolokia.client.J4pClient j4pClient) |
Modifier and Type | Method and Description |
---|---|
JVMMemoryInfo |
jvmHeapMemory()
Reads JVM Heap heap memory information information (might be JVM-specific)
|
List<JVMMemoryInfo> |
jvmMemoryAreas()
Reads JVM Heap heap memory information information (might be JVM-specific)
|
OSInfo |
operatingSystem()
Reads operating system information information (might be JVM-specific)
|
ProductInfo |
productInformation()
Read product information
|
QueueInfo |
queueInformation()
Read queue information
|
RuntimeInfo |
runtimeInformation()
Reads runtime information information (might be JVM-specific)
|
public ArtemisDataReader(org.jolokia.client.J4pClient j4pClient)
public JVMMemoryInfo jvmHeapMemory() throws MalformedObjectNameException, org.jolokia.client.exception.J4pException
MalformedObjectNameException
- JMX internal/specific errororg.jolokia.client.exception.J4pException
- if unable to read (ie: forbidden to read the value)public List<JVMMemoryInfo> jvmMemoryAreas() throws MalformedObjectNameException, org.jolokia.client.exception.J4pException
MalformedObjectNameException
- JMX internal/specific errororg.jolokia.client.exception.J4pException
- if unable to read (ie: forbidden to read the value)public OSInfo operatingSystem() throws MalformedObjectNameException, org.jolokia.client.exception.J4pException
MalformedObjectNameException
- JMX internal/specific errororg.jolokia.client.exception.J4pException
- if unable to read (ie: forbidden to read the value)public RuntimeInfo runtimeInformation() throws MalformedObjectNameException, org.jolokia.client.exception.J4pException
MalformedObjectNameException
- JMX internal/specific errororg.jolokia.client.exception.J4pException
- if unable to read (ie: forbidden to read the value)public QueueInfo queueInformation() throws MalformedObjectNameException, org.jolokia.client.exception.J4pException
MalformedObjectNameException
- JMX internal/specific errororg.jolokia.client.exception.J4pException
- if unable to read (ie: forbidden to read the value)public ProductInfo productInformation() throws MalformedObjectNameException, org.jolokia.client.exception.J4pException
MalformedObjectNameException
- JMX internal/specific errororg.jolokia.client.exception.J4pException
- if unable to read (ie: forbidden to read the value)This documentation was released into the public domain.