Uses of Class
com.hyper9.simdk.stubs.mao.Task

Packages that use Task
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.mao   
 

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

Methods in com.hyper9.simdk.stubs.dao that return Task
 Task ScheduledTaskInfo.getActiveTask()
           
 Task TaskInfo.getTask()
           
 Task ClusterAttemptedVmInfo.getTask()
           
 

Methods in com.hyper9.simdk.stubs.dao with parameters of type Task
 void ScheduledTaskInfo.setActiveTask(Task toSet)
           
 void TaskInfo.setTask(Task toSet)
           
 void ClusterAttemptedVmInfo.setTask(Task toSet)
           
 

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

Methods in com.hyper9.simdk.stubs.mao that return types with arguments of type Task
 List<Task> TaskManager.getRecentTask()
           
 List<Task> ManagedEntity.getRecentTask()
           
 

Method parameters in com.hyper9.simdk.stubs.mao with type arguments of type Task
 void TaskManager.setRecentTask(List<Task> toSet)
           
 void ManagedEntity.setRecentTask(List<Task> toSet)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.