public class JMXResourceType extends Object implements Validatable
| Modifier and Type | Field and Description |
|---|---|
String[] |
availSets |
JMXOperation[] |
jmxOperations |
JMXResourceConfig[] |
jmxResourceConfigs |
String[] |
metricSets |
String |
name |
String |
objectName |
String[] |
parents |
String |
resourceNameTemplate |
| Constructor and Description |
|---|
JMXResourceType() |
JMXResourceType(JMXResourceType original) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public String name
public String objectName
public String resourceNameTemplate
public String[] parents
public String[] metricSets
public String[] availSets
public JMXResourceConfig[] jmxResourceConfigs
public JMXOperation[] jmxOperations
public JMXResourceType()
public JMXResourceType(JMXResourceType original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.