public class TaskManager extends ManagedObject
| Constructor and Description |
|---|
TaskManager(ServerConnection serverConnection,
ManagedObjectReference mor) |
| Modifier and Type | Method and Description |
|---|---|
TaskHistoryCollector |
createCollectorForTasks(TaskFilterSpec filter) |
TaskInfo |
createTask(ManagedObject obj,
String taskTypeId,
String initiatedBy,
boolean cancelable) |
TaskInfo |
createTask(ManagedObject obj,
String taskTypeId,
String initiatedBy,
boolean cancelable,
String parentTaskKey) |
TaskDescription |
getDescriptioin()
Deprecated.
the misspelled word. Use getDescription() instead
|
TaskDescription |
getDescription() |
int |
getMaxCollector() |
Task[] |
getRecentTasks() |
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setMOR, setServerConnection, toString, waitForValuespublic TaskManager(ServerConnection serverConnection, ManagedObjectReference mor)
public TaskDescription getDescriptioin()
public TaskDescription getDescription()
public int getMaxCollector()
public Task[] getRecentTasks()
public TaskHistoryCollector createCollectorForTasks(TaskFilterSpec filter) throws InvalidState, RuntimeFault, RemoteException
InvalidStateRuntimeFaultRemoteExceptionpublic TaskInfo createTask(ManagedObject obj, String taskTypeId, String initiatedBy, boolean cancelable) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic TaskInfo createTask(ManagedObject obj, String taskTypeId, String initiatedBy, boolean cancelable, String parentTaskKey) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionCopyright © 2011-2012. All Rights Reserved.