org.wso2.carbon.dataservices.task.ui.stub
Interface DSTaskAdmin

All Known Implementing Classes:
DSTaskAdminStub

public interface DSTaskAdmin


Method Summary
 void deleteTask(String taskName9)
          Auto generated method signature for Asynchronous Invocations
 String[] getAllSchedulableDataServices()
          Auto generated method signature
 String[] getAllTaskNames()
          Auto generated method signature
 String[] getNoParamDSOperations(String dsName31)
          Auto generated method signature
 DSTaskInfo getTaskInfo(String taskName18)
          Auto generated method signature
 boolean isTaskScheduled(String taskName14)
          Auto generated method signature
 boolean rescheduleTask(DSTaskInfo dsTaskInfo24)
          Auto generated method signature
 void scheduleTask(DSTaskInfo dsTaskInfo22)
          Auto generated method signature for Asynchronous Invocations
 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 dsName31, DSTaskAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetTaskInfo(String taskName18, DSTaskAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startisTaskScheduled(String taskName14, DSTaskAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startrescheduleTask(DSTaskInfo dsTaskInfo24, DSTaskAdminCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 

Method Detail

deleteTask

void deleteTask(String taskName9)
                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Throws:
RemoteException

getAllSchedulableDataServices

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

Parameters:
getAllSchedulableDataServices10 -
Throws:
RemoteException

startgetAllSchedulableDataServices

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

Parameters:
getAllSchedulableDataServices10 -
Throws:
RemoteException

isTaskScheduled

boolean isTaskScheduled(String taskName14)
                        throws RemoteException
Auto generated method signature

Parameters:
isTaskScheduled13 -
Throws:
RemoteException

startisTaskScheduled

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

Parameters:
isTaskScheduled13 -
Throws:
RemoteException

getTaskInfo

DSTaskInfo getTaskInfo(String taskName18)
                       throws RemoteException
Auto generated method signature

Parameters:
getTaskInfo17 -
Throws:
RemoteException

startgetTaskInfo

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

Parameters:
getTaskInfo17 -
Throws:
RemoteException

scheduleTask

void scheduleTask(DSTaskInfo dsTaskInfo22)
                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Throws:
RemoteException

rescheduleTask

boolean rescheduleTask(DSTaskInfo dsTaskInfo24)
                       throws RemoteException
Auto generated method signature

Parameters:
rescheduleTask23 -
Throws:
RemoteException

startrescheduleTask

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

Parameters:
rescheduleTask23 -
Throws:
RemoteException

getAllTaskNames

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

Parameters:
getAllTaskNames27 -
Throws:
RemoteException

startgetAllTaskNames

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

Parameters:
getAllTaskNames27 -
Throws:
RemoteException

getNoParamDSOperations

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

Parameters:
getNoParamDSOperations30 -
Throws:
RemoteException

startgetNoParamDSOperations

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

Parameters:
getNoParamDSOperations30 -
Throws:
RemoteException


Copyright © 2015 WSO2. All rights reserved.