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, setPermissionUpdateTimestamppublic String[] getAllTaskNames() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DSTaskInfo getTaskInfo(String taskName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void scheduleTask(DSTaskInfo dsTaskInfo) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean rescheduleTask(DSTaskInfo dsTaskInfo) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void deleteTask(String taskName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean isTaskScheduled(String taskName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic 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.AxisFaultCopyright © 2018 WSO2. All rights reserved.