public class TaskServiceContext extends Object
Constructor and Description |
---|
TaskServiceContext() |
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getServerAddress(int index) |
int |
getServerCount() |
String |
getServerIdentifier(int index) |
List<TaskInfo> |
getTasks() |
String |
getTaskType() |
int |
getTenantId() |
public int getTenantId()
public String getTaskType()
public List<TaskInfo> getTasks() throws org.wso2.carbon.ntask.common.TaskException
org.wso2.carbon.ntask.common.TaskException
public int getServerCount()
public InetSocketAddress getServerAddress(int index)
public String getServerIdentifier(int index)
Copyright © 2024 WSO2. All rights reserved.