public class DataServiceTaskClient extends Object
| Constructor and Description |
|---|
DataServiceTaskClient(String backEndUrl,
String sessionCookie) |
DataServiceTaskClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTask(String taskName) |
String[] |
getAllTaskNames() |
boolean |
rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo) |
void |
scheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo) |
public DataServiceTaskClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void deleteTask(String taskName) throws RemoteException
RemoteExceptionpublic String[] getAllTaskNames() throws RemoteException
RemoteExceptionpublic void scheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo)
throws RemoteException
RemoteExceptionpublic boolean rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo)
throws RemoteException
RemoteExceptionCopyright © 2018 WSO2. All rights reserved.