org.wso2.carbon.dataservices.task.ui.stub
Class DSTaskAdminStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminStub
All Implemented Interfaces:
DSTaskAdmin

public class DSTaskAdminStub
extends org.apache.axis2.client.Stub
implements DSTaskAdmin


Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules
 
Constructor Summary
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
 
Method Summary
 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
 
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

DSTaskAdminStub

public DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                       String targetEndpoint)
                throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

DSTaskAdminStub

public DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                       String targetEndpoint,
                       boolean useSeparateListener)
                throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

DSTaskAdminStub

public DSTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

DSTaskAdminStub

public DSTaskAdminStub()
                throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

DSTaskAdminStub

public DSTaskAdminStub(String targetEndpoint)
                throws org.apache.axis2.AxisFault
Constructor taking the target endpoint

Throws:
org.apache.axis2.AxisFault
Method Detail

deleteTask

public void deleteTask(String taskName35)
                throws RemoteException
Auto generated method signature

Specified by:
deleteTask in interface DSTaskAdmin
Throws:
RemoteException

getAllSchedulableDataServices

public String[] getAllSchedulableDataServices()
                                       throws RemoteException
Auto generated method signature

Specified by:
getAllSchedulableDataServices in interface DSTaskAdmin
Parameters:
getAllSchedulableDataServices36 -
Throws:
RemoteException
See Also:
DSTaskAdmin.getAllSchedulableDataServices()

startgetAllSchedulableDataServices

public void startgetAllSchedulableDataServices(DSTaskAdminCallbackHandler callback)
                                        throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetAllSchedulableDataServices in interface DSTaskAdmin
Parameters:
getAllSchedulableDataServices36 -
Throws:
RemoteException
See Also:
DSTaskAdmin.startgetAllSchedulableDataServices(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)

isTaskScheduled

public boolean isTaskScheduled(String taskName40)
                        throws RemoteException
Auto generated method signature

Specified by:
isTaskScheduled in interface DSTaskAdmin
Parameters:
isTaskScheduled39 -
Throws:
RemoteException
See Also:
DSTaskAdmin.isTaskScheduled(java.lang.String)

startisTaskScheduled

public void startisTaskScheduled(String taskName40,
                                 DSTaskAdminCallbackHandler callback)
                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startisTaskScheduled in interface DSTaskAdmin
Parameters:
isTaskScheduled39 -
Throws:
RemoteException
See Also:
DSTaskAdmin.startisTaskScheduled(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)

getTaskInfo

public DSTaskInfo getTaskInfo(String taskName44)
                       throws RemoteException
Auto generated method signature

Specified by:
getTaskInfo in interface DSTaskAdmin
Parameters:
getTaskInfo43 -
Throws:
RemoteException
See Also:
DSTaskAdmin.getTaskInfo(java.lang.String)

startgetTaskInfo

public void startgetTaskInfo(String taskName44,
                             DSTaskAdminCallbackHandler callback)
                      throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetTaskInfo in interface DSTaskAdmin
Parameters:
getTaskInfo43 -
Throws:
RemoteException
See Also:
DSTaskAdmin.startgetTaskInfo(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)

scheduleTask

public void scheduleTask(DSTaskInfo dsTaskInfo48)
                  throws RemoteException
Auto generated method signature

Specified by:
scheduleTask in interface DSTaskAdmin
Throws:
RemoteException

rescheduleTask

public boolean rescheduleTask(DSTaskInfo dsTaskInfo50)
                       throws RemoteException
Auto generated method signature

Specified by:
rescheduleTask in interface DSTaskAdmin
Parameters:
rescheduleTask49 -
Throws:
RemoteException
See Also:
DSTaskAdmin.rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo)

startrescheduleTask

public void startrescheduleTask(DSTaskInfo dsTaskInfo50,
                                DSTaskAdminCallbackHandler callback)
                         throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startrescheduleTask in interface DSTaskAdmin
Parameters:
rescheduleTask49 -
Throws:
RemoteException
See Also:
DSTaskAdmin.startrescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)

getAllTaskNames

public String[] getAllTaskNames()
                         throws RemoteException
Auto generated method signature

Specified by:
getAllTaskNames in interface DSTaskAdmin
Parameters:
getAllTaskNames53 -
Throws:
RemoteException
See Also:
DSTaskAdmin.getAllTaskNames()

startgetAllTaskNames

public void startgetAllTaskNames(DSTaskAdminCallbackHandler callback)
                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetAllTaskNames in interface DSTaskAdmin
Parameters:
getAllTaskNames53 -
Throws:
RemoteException
See Also:
DSTaskAdmin.startgetAllTaskNames(org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)

getNoParamDSOperations

public String[] getNoParamDSOperations(String dsName57)
                                throws RemoteException
Auto generated method signature

Specified by:
getNoParamDSOperations in interface DSTaskAdmin
Parameters:
getNoParamDSOperations56 -
Throws:
RemoteException
See Also:
DSTaskAdmin.getNoParamDSOperations(java.lang.String)

startgetNoParamDSOperations

public void startgetNoParamDSOperations(String dsName57,
                                        DSTaskAdminCallbackHandler callback)
                                 throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgetNoParamDSOperations in interface DSTaskAdmin
Parameters:
getNoParamDSOperations56 -
Throws:
RemoteException
See Also:
DSTaskAdmin.startgetNoParamDSOperations(java.lang.String, org.wso2.carbon.dataservices.task.ui.stub.DSTaskAdminCallbackHandler)


Copyright © 2015 WSO2. All rights reserved.