Uses of Class
org.gcube.vremanagement.executor.stubs.TaskMonitor.TaskTopic

Packages that use TaskMonitor.TaskTopic
org.gcube.vremanagement.executor.stubs   
 

Uses of TaskMonitor.TaskTopic in org.gcube.vremanagement.executor.stubs
 

Methods in org.gcube.vremanagement.executor.stubs that return TaskMonitor.TaskTopic
static TaskMonitor.TaskTopic TaskMonitor.TaskTopic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskMonitor.TaskTopic[] TaskMonitor.TaskTopic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.vremanagement.executor.stubs that return types with arguments of type TaskMonitor.TaskTopic
 java.util.List<TaskMonitor.TaskTopic> TaskMonitor.getTopics()
          Returns the monitor's topics.
 

Constructors in org.gcube.vremanagement.executor.stubs with parameters of type TaskMonitor.TaskTopic
TaskMonitor(TaskMonitor.TaskTopic... topics)
          Creates a monitor for one more TaskTopics.