| Modifier and Type | Method and Description |
|---|---|
Task.Type |
Task.getType() |
Task.Type |
TaskGroup.getType() |
static Task.Type |
Task.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Type[] |
Task.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Type |
DMRTask.getType() |
| Constructor and Description |
|---|
DMRTask(Task.Type type,
Interval interval,
DMREndpoint endpoint,
Address address,
String attribute,
String subref) |
| Modifier and Type | Method and Description |
|---|---|
Task.Type |
JMXTask.getType() |
| Constructor and Description |
|---|
JMXTask(Task.Type type,
Interval interval,
JMXEndpoint endpoint,
ObjectName objectName,
String attribute,
String subref) |
| Modifier and Type | Method and Description |
|---|---|
Task.Type |
PlatformTask.getType() |
| Constructor and Description |
|---|
PlatformTask(Task.Type type,
Interval interval,
PlatformEndpoint endpoint) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.