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, setServiceClientEPR
public DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DSTaskAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DSTaskAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String[] getAllTaskNames() throws RemoteException
getAllTaskNames
in interface DSTaskAdmin
getAllTaskNames34
- RemoteException
DSTaskAdmin.getAllTaskNames()
public void startgetAllTaskNames(DSTaskAdminCallbackHandler callback) throws RemoteException
startgetAllTaskNames
in interface DSTaskAdmin
getAllTaskNames34
- RemoteException
DSTaskAdmin.startgetAllTaskNames(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)
public String[] getNoParamDSOperations(String dsName38) throws RemoteException
getNoParamDSOperations
in interface DSTaskAdmin
getNoParamDSOperations37
- RemoteException
DSTaskAdmin.getNoParamDSOperations(java.lang.String)
public void startgetNoParamDSOperations(String dsName38, DSTaskAdminCallbackHandler callback) throws RemoteException
startgetNoParamDSOperations
in interface DSTaskAdmin
getNoParamDSOperations37
- RemoteException
DSTaskAdmin.startgetNoParamDSOperations(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)
public boolean isTaskScheduled(String taskName42) throws RemoteException
isTaskScheduled
in interface DSTaskAdmin
isTaskScheduled41
- RemoteException
DSTaskAdmin.isTaskScheduled(java.lang.String)
public void startisTaskScheduled(String taskName42, DSTaskAdminCallbackHandler callback) throws RemoteException
startisTaskScheduled
in interface DSTaskAdmin
isTaskScheduled41
- RemoteException
DSTaskAdmin.startisTaskScheduled(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)
public boolean rescheduleTask(DSTaskInfo dsTaskInfo46) throws RemoteException
rescheduleTask
in interface DSTaskAdmin
rescheduleTask45
- RemoteException
DSTaskAdmin.rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo)
public void startrescheduleTask(DSTaskInfo dsTaskInfo46, DSTaskAdminCallbackHandler callback) throws RemoteException
startrescheduleTask
in interface DSTaskAdmin
rescheduleTask45
- RemoteException
DSTaskAdmin.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 DSTaskAdmin
getAllSchedulableDataServices49
- RemoteException
DSTaskAdmin.getAllSchedulableDataServices()
public void startgetAllSchedulableDataServices(DSTaskAdminCallbackHandler callback) throws RemoteException
startgetAllSchedulableDataServices
in interface DSTaskAdmin
getAllSchedulableDataServices49
- RemoteException
DSTaskAdmin.startgetAllSchedulableDataServices(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)
public DSTaskInfo getTaskInfo(String taskName53) throws RemoteException
getTaskInfo
in interface DSTaskAdmin
getTaskInfo52
- RemoteException
DSTaskAdmin.getTaskInfo(java.lang.String)
public void startgetTaskInfo(String taskName53, DSTaskAdminCallbackHandler callback) throws RemoteException
startgetTaskInfo
in interface DSTaskAdmin
getTaskInfo52
- RemoteException
DSTaskAdmin.startgetTaskInfo(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)
public void scheduleTask(DSTaskInfo dsTaskInfo57) throws RemoteException
scheduleTask
in interface DSTaskAdmin
RemoteException
public void deleteTask(String taskName59) throws RemoteException
deleteTask
in interface DSTaskAdmin
RemoteException
Copyright © 2021 WSO2. All rights reserved.