Package | Description |
---|---|
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.asynctasks |
Modifier and Type | Method and Description |
---|---|
static SPMAsyncTask |
AsyncTaskFactory.Construct(AsyncTaskType taskType,
AsyncTaskParameters asyncTaskParams)
Constructs a task based on its type and the task type's parameters.
|
Guid |
AsyncTaskManager.CreateTask(AsyncTaskType taskType,
AsyncTaskParameters taskParameters,
boolean pollingEnabled) |
Modifier and Type | Method and Description |
---|---|
static AsyncTaskType |
AsyncTaskType.forValue(int value) |
AsyncTaskType |
AsyncTaskCreationInfo.getTaskType() |
static AsyncTaskType |
AsyncTaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncTaskType[] |
AsyncTaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncTaskCreationInfo.setTaskType(AsyncTaskType value) |
Constructor and Description |
---|
AsyncTaskCreationInfo(Guid taskID,
AsyncTaskType taskType,
Guid storagePoolID) |
Copyright © 2012. All Rights Reserved.