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 taskName59)
Auto generated method signature
|
String[] |
getAllSchedulableDataServices()
Auto generated method signature
|
String[] |
getAllTaskNames()
Auto generated method signature
|
String[] |
getNoParamDSOperations(String dsName38)
Auto generated method signature
|
DSTaskInfo |
getTaskInfo(String taskName53)
Auto generated method signature
|
boolean |
isTaskScheduled(String taskName42)
Auto generated method signature
|
boolean |
rescheduleTask(DSTaskInfo dsTaskInfo46)
Auto generated method signature
|
void |
scheduleTask(DSTaskInfo dsTaskInfo57)
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 dsName38,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTaskInfo(String taskName53,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisTaskScheduled(String taskName42,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrescheduleTask(DSTaskInfo dsTaskInfo46,
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 String[] getAllTaskNames() throws RemoteException
getAllTaskNames in interface DSTaskAdmingetAllTaskNames34 - RemoteExceptionDSTaskAdmin.getAllTaskNames()public void startgetAllTaskNames(DSTaskAdminCallbackHandler callback) throws RemoteException
startgetAllTaskNames in interface DSTaskAdmingetAllTaskNames34 - RemoteExceptionDSTaskAdmin.startgetAllTaskNames(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public String[] getNoParamDSOperations(String dsName38) throws RemoteException
getNoParamDSOperations in interface DSTaskAdmingetNoParamDSOperations37 - RemoteExceptionDSTaskAdmin.getNoParamDSOperations(java.lang.String)public void startgetNoParamDSOperations(String dsName38, DSTaskAdminCallbackHandler callback) throws RemoteException
startgetNoParamDSOperations in interface DSTaskAdmingetNoParamDSOperations37 - RemoteExceptionDSTaskAdmin.startgetNoParamDSOperations(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public boolean isTaskScheduled(String taskName42) throws RemoteException
isTaskScheduled in interface DSTaskAdminisTaskScheduled41 - RemoteExceptionDSTaskAdmin.isTaskScheduled(java.lang.String)public void startisTaskScheduled(String taskName42, DSTaskAdminCallbackHandler callback) throws RemoteException
startisTaskScheduled in interface DSTaskAdminisTaskScheduled41 - RemoteExceptionDSTaskAdmin.startisTaskScheduled(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public boolean rescheduleTask(DSTaskInfo dsTaskInfo46) throws RemoteException
rescheduleTask in interface DSTaskAdminrescheduleTask45 - RemoteExceptionDSTaskAdmin.rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo)public void startrescheduleTask(DSTaskInfo dsTaskInfo46, DSTaskAdminCallbackHandler callback) throws RemoteException
startrescheduleTask in interface DSTaskAdminrescheduleTask45 - RemoteExceptionDSTaskAdmin.startrescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public String[] getAllSchedulableDataServices() throws RemoteException
getAllSchedulableDataServices in interface DSTaskAdmingetAllSchedulableDataServices49 - RemoteExceptionDSTaskAdmin.getAllSchedulableDataServices()public void startgetAllSchedulableDataServices(DSTaskAdminCallbackHandler callback) throws RemoteException
startgetAllSchedulableDataServices in interface DSTaskAdmingetAllSchedulableDataServices49 - RemoteExceptionDSTaskAdmin.startgetAllSchedulableDataServices(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public DSTaskInfo getTaskInfo(String taskName53) throws RemoteException
getTaskInfo in interface DSTaskAdmingetTaskInfo52 - RemoteExceptionDSTaskAdmin.getTaskInfo(java.lang.String)public void startgetTaskInfo(String taskName53, DSTaskAdminCallbackHandler callback) throws RemoteException
startgetTaskInfo in interface DSTaskAdmingetTaskInfo52 - RemoteExceptionDSTaskAdmin.startgetTaskInfo(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)public void scheduleTask(DSTaskInfo dsTaskInfo57) throws RemoteException
scheduleTask in interface DSTaskAdminRemoteExceptionpublic void deleteTask(String taskName59) throws RemoteException
deleteTask in interface DSTaskAdminRemoteExceptionCopyright © 2019 WSO2. All rights reserved.