public abstract class JMXTask extends Object implements Task
| Constructor and Description |
|---|
JMXTask(Task.Type type,
Interval interval,
JMXEndpoint endpoint,
ObjectName objectName,
String attribute,
String subref) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
JMXEndpoint |
getEndpoint() |
Interval |
getInterval() |
Task.Kind |
getKind() |
ObjectName |
getObjectName() |
String |
getSubref() |
Task.Type |
getType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeyGeneratorpublic JMXTask(Task.Type type, Interval interval, JMXEndpoint endpoint, ObjectName objectName, String attribute, String subref)
public Task.Type getType()
public Interval getInterval()
getInterval in interface Taskpublic Task.Kind getKind()
public JMXEndpoint getEndpoint()
public ObjectName getObjectName()
public String getAttribute()
public String getSubref()
Copyright © 2015 Red Hat, Inc.. All rights reserved.