public class DSTaskAdmin
extends org.wso2.carbon.core.AbstractAdmin
Constructor and Description |
---|
DSTaskAdmin() |
Modifier and Type | Method and Description |
---|---|
void |
deleteTask(String taskName) |
String[] |
getAllSchedulableDataServices()
Retrieves the list of Data Services deployed.
|
String[] |
getAllTaskNames() |
String[] |
getNoParamDSOperations(String dsName)
Returns the data service operations which contains no input parameters.
|
DSTaskInfo |
getTaskInfo(String taskName) |
boolean |
isTaskScheduled(String taskName) |
boolean |
rescheduleTask(DSTaskInfo dsTaskInfo) |
void |
scheduleTask(DSTaskInfo dsTaskInfo) |
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamp
public String[] getAllTaskNames() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DSTaskInfo getTaskInfo(String taskName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void scheduleTask(DSTaskInfo dsTaskInfo) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean rescheduleTask(DSTaskInfo dsTaskInfo) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void deleteTask(String taskName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean isTaskScheduled(String taskName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String[] getAllSchedulableDataServices() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
- AxisFaultpublic String[] getNoParamDSOperations(String dsName) throws org.apache.axis2.AxisFault
dsName
- The data service nameorg.apache.axis2.AxisFault
Copyright © 2019 WSO2. All rights reserved.