Uses of Class
com.hyper9.simdk.stubs.dao.TaskInfo

Packages that use TaskInfo
com.hyper9.simdk.stubs   
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.jaxws   
com.hyper9.simdk.stubs.mao   
com.hyper9.simdk.ws   
 

Uses of TaskInfo in com.hyper9.simdk.stubs
 

Methods in com.hyper9.simdk.stubs that return TaskInfo
 TaskInfo VimServiceImpl.createTask(ManagedObjectReference _this, ManagedObjectReference obj, String taskTypeId, String initiatedBy, Boolean cancelable, String parentTaskKey)
           
 TaskInfo VimService.createTask(ManagedObjectReference _this, ManagedObjectReference obj, String taskTypeId, String initiatedBy, Boolean cancelable, String parentTaskKey)
           
 

Methods in com.hyper9.simdk.stubs that return types with arguments of type TaskInfo
 List<TaskInfo> VimServiceImpl.readNextTasks(ManagedObjectReference _this, Integer maxCount)
           
 List<TaskInfo> VimService.readNextTasks(ManagedObjectReference _this, Integer maxCount)
           
 List<TaskInfo> VimServiceImpl.readPreviousTasks(ManagedObjectReference _this, Integer maxCount)
           
 List<TaskInfo> VimService.readPreviousTasks(ManagedObjectReference _this, Integer maxCount)
           
 

Methods in com.hyper9.simdk.stubs with parameters of type TaskInfo
 void VimServiceImpl.postEvent(ManagedObjectReference _this, Event eventToPost, TaskInfo taskInfo)
           
 void VimService.postEvent(ManagedObjectReference _this, Event eventToPost, TaskInfo taskInfo)
           
 

Uses of TaskInfo in com.hyper9.simdk.stubs.dao
 

Methods in com.hyper9.simdk.stubs.dao that return TaskInfo
 TaskInfo TaskEvent.getInfo()
           
 

Methods in com.hyper9.simdk.stubs.dao that return types with arguments of type TaskInfo
 List<TaskInfo> ArrayOfTaskInfo.getData()
           
 

Methods in com.hyper9.simdk.stubs.dao with parameters of type TaskInfo
 void TaskEvent.setInfo(TaskInfo toSet)
           
 

Uses of TaskInfo in com.hyper9.simdk.stubs.jaxws
 

Methods in com.hyper9.simdk.stubs.jaxws that return TaskInfo
 TaskInfo CreateTaskResponse.getReturnval()
           
 TaskInfo PostEvent.getTaskInfo()
           
 

Methods in com.hyper9.simdk.stubs.jaxws that return types with arguments of type TaskInfo
 List<TaskInfo> ReadPreviousTasksResponse.getReturnval()
           
 List<TaskInfo> ReadNextTasksResponse.getReturnval()
           
 

Methods in com.hyper9.simdk.stubs.jaxws with parameters of type TaskInfo
 void CreateTaskResponse.setReturnval(TaskInfo returnval)
           
 void PostEvent.setTaskInfo(TaskInfo taskInfo)
           
 

Method parameters in com.hyper9.simdk.stubs.jaxws with type arguments of type TaskInfo
 void ReadPreviousTasksResponse.setReturnval(List<TaskInfo> returnval)
           
 void ReadNextTasksResponse.setReturnval(List<TaskInfo> returnval)
           
 

Uses of TaskInfo in com.hyper9.simdk.stubs.mao
 

Methods in com.hyper9.simdk.stubs.mao that return TaskInfo
 TaskInfo Task.getInfo()
           
 

Methods in com.hyper9.simdk.stubs.mao that return types with arguments of type TaskInfo
 List<TaskInfo> TaskHistoryCollector.getLatestPage()
           
 

Methods in com.hyper9.simdk.stubs.mao with parameters of type TaskInfo
 void Task.setInfo(TaskInfo toSet)
           
 

Method parameters in com.hyper9.simdk.stubs.mao with type arguments of type TaskInfo
 void TaskHistoryCollector.setLatestPage(List<TaskInfo> toSet)
           
 

Uses of TaskInfo in com.hyper9.simdk.ws
 

Methods in com.hyper9.simdk.ws that return TaskInfo
 TaskInfo VimServiceExImpl.createTask(ManagedObjectReference _this, ManagedObjectReference obj, String taskTypeId, String initiatedBy, Boolean cancelable, String parentTaskKey)
           
 

Methods in com.hyper9.simdk.ws that return types with arguments of type TaskInfo
 List<TaskInfo> VimServiceExImpl.readNextTasks(ManagedObjectReference _this, Integer maxCount)
           
 List<TaskInfo> VimServiceExImpl.readPreviousTasks(ManagedObjectReference _this, Integer maxCount)
           
 

Methods in com.hyper9.simdk.ws with parameters of type TaskInfo
 void VimServiceExImpl.postEvent(ManagedObjectReference _this, Event eventToPost, TaskInfo taskInfo)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.