Class TaskServiceContext


  • public class TaskServiceContext
    extends Object
    This class represents a runtime context of the task service.
    • Constructor Detail

      • TaskServiceContext

        public TaskServiceContext()
    • Method Detail

      • getTenantId

        public int getTenantId()
      • getTaskType

        public String getTaskType()
      • getTasks

        public List<TaskInfo> getTasks()
                                throws org.wso2.carbon.ntask.common.TaskException
        Throws:
        org.wso2.carbon.ntask.common.TaskException
      • getServerCount

        public int getServerCount()
      • getServerIdentifier

        public String getServerIdentifier​(int index)