public class TaskAdminClient extends Object
| Constructor and Description |
|---|
TaskAdminClient(String backEndUrl,
String sessionCookie) |
TaskAdminClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(DataHandler dh) |
void |
addTask(org.apache.axiom.om.OMElement scheduleTaskElem) |
void |
deleteTask(String name,
String group) |
org.apache.axiom.om.OMElement |
getAllTaskDescriptions() |
org.apache.axiom.om.OMElement |
getScheduleTask(String name,
String group) |
List<String> |
getScheduleTaskList() |
public TaskAdminClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void addTask(DataHandler dh) throws org.wso2.carbon.task.stub.TaskManagementException, IOException, XMLStreamException
org.wso2.carbon.task.stub.TaskManagementExceptionIOExceptionXMLStreamExceptionpublic void addTask(org.apache.axiom.om.OMElement scheduleTaskElem)
throws org.wso2.carbon.task.stub.TaskManagementException,
RemoteException
org.wso2.carbon.task.stub.TaskManagementExceptionRemoteExceptionpublic void deleteTask(String name, String group) throws org.wso2.carbon.task.stub.TaskManagementException, RemoteException
org.wso2.carbon.task.stub.TaskManagementExceptionRemoteExceptionpublic org.apache.axiom.om.OMElement getScheduleTask(String name, String group) throws org.wso2.carbon.task.stub.TaskManagementException, RemoteException
org.wso2.carbon.task.stub.TaskManagementExceptionRemoteExceptionpublic org.apache.axiom.om.OMElement getAllTaskDescriptions()
throws RemoteException,
org.wso2.carbon.task.stub.TaskManagementException
RemoteExceptionorg.wso2.carbon.task.stub.TaskManagementExceptionpublic List<String> getScheduleTaskList() throws RemoteException, org.wso2.carbon.task.stub.TaskManagementException
RemoteExceptionorg.wso2.carbon.task.stub.TaskManagementExceptionCopyright © 2018 WSO2 Inc. All rights reserved.