public class DSTaskAdminStub extends org.apache.axis2.client.Stub implements DSTaskAdmin
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
DSTaskAdminStub()
Default Constructor
|
DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
DSTaskAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTask(String taskName35)
Auto generated method signature
|
String[] |
getAllSchedulableDataServices()
Auto generated method signature
|
String[] |
getAllTaskNames()
Auto generated method signature
|
String[] |
getNoParamDSOperations(String dsName57)
Auto generated method signature
|
DSTaskInfo |
getTaskInfo(String taskName44)
Auto generated method signature
|
boolean |
isTaskScheduled(String taskName40)
Auto generated method signature
|
boolean |
rescheduleTask(DSTaskInfo dsTaskInfo50)
Auto generated method signature
|
void |
scheduleTask(DSTaskInfo dsTaskInfo48)
Auto generated method signature
|
void |
startgetAllSchedulableDataServices(DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllTaskNames(DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetNoParamDSOperations(String dsName57,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTaskInfo(String taskName44,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisTaskScheduled(String taskName40,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrescheduleTask(DSTaskInfo dsTaskInfo50,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DSTaskAdminStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DSTaskAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void deleteTask(String taskName35) throws RemoteException
deleteTask in interface DSTaskAdminRemoteExceptionpublic String[] getAllSchedulableDataServices() throws RemoteException
getAllSchedulableDataServices in interface DSTaskAdmingetAllSchedulableDataServices36 - RemoteExceptionDSTaskAdmin.getAllSchedulableDataServices()public void startgetAllSchedulableDataServices(DSTaskAdminCallbackHandler callback) throws RemoteException
startgetAllSchedulableDataServices in interface DSTaskAdmingetAllSchedulableDataServices36 - RemoteExceptionDSTaskAdmin.startgetAllSchedulableDataServices(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public boolean isTaskScheduled(String taskName40) throws RemoteException
isTaskScheduled in interface DSTaskAdminisTaskScheduled39 - RemoteExceptionDSTaskAdmin.isTaskScheduled(java.lang.String)public void startisTaskScheduled(String taskName40, DSTaskAdminCallbackHandler callback) throws RemoteException
startisTaskScheduled in interface DSTaskAdminisTaskScheduled39 - RemoteExceptionDSTaskAdmin.startisTaskScheduled(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public DSTaskInfo getTaskInfo(String taskName44) throws RemoteException
getTaskInfo in interface DSTaskAdmingetTaskInfo43 - RemoteExceptionDSTaskAdmin.getTaskInfo(java.lang.String)public void startgetTaskInfo(String taskName44, DSTaskAdminCallbackHandler callback) throws RemoteException
startgetTaskInfo in interface DSTaskAdmingetTaskInfo43 - RemoteExceptionDSTaskAdmin.startgetTaskInfo(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public void scheduleTask(DSTaskInfo dsTaskInfo48) throws RemoteException
scheduleTask in interface DSTaskAdminRemoteExceptionpublic boolean rescheduleTask(DSTaskInfo dsTaskInfo50) throws RemoteException
rescheduleTask in interface DSTaskAdminrescheduleTask49 - RemoteExceptionDSTaskAdmin.rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo)public void startrescheduleTask(DSTaskInfo dsTaskInfo50, DSTaskAdminCallbackHandler callback) throws RemoteException
startrescheduleTask in interface DSTaskAdminrescheduleTask49 - RemoteExceptionDSTaskAdmin.startrescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public String[] getAllTaskNames() throws RemoteException
getAllTaskNames in interface DSTaskAdmingetAllTaskNames53 - RemoteExceptionDSTaskAdmin.getAllTaskNames()public void startgetAllTaskNames(DSTaskAdminCallbackHandler callback) throws RemoteException
startgetAllTaskNames in interface DSTaskAdmingetAllTaskNames53 - RemoteExceptionDSTaskAdmin.startgetAllTaskNames(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public String[] getNoParamDSOperations(String dsName57) throws RemoteException
getNoParamDSOperations in interface DSTaskAdmingetNoParamDSOperations56 - RemoteExceptionDSTaskAdmin.getNoParamDSOperations(java.lang.String)public void startgetNoParamDSOperations(String dsName57, DSTaskAdminCallbackHandler callback) throws RemoteException
startgetNoParamDSOperations in interface DSTaskAdmingetNoParamDSOperations56 - RemoteExceptionDSTaskAdmin.startgetNoParamDSOperations(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)Copyright © 2017 WSO2. All rights reserved.