public interface DSTaskAdmin
Modifier and Type | Method and Description |
---|---|
void |
deleteTask(String taskName33)
Auto generated method signature for Asynchronous Invocations
|
String[] |
getAllSchedulableDataServices()
Auto generated method signature
|
String[] |
getAllTaskNames()
Auto generated method signature
|
String[] |
getNoParamDSOperations(String dsName12)
Auto generated method signature
|
DSTaskInfo |
getTaskInfo(String taskName27)
Auto generated method signature
|
boolean |
isTaskScheduled(String taskName16)
Auto generated method signature
|
boolean |
rescheduleTask(DSTaskInfo dsTaskInfo20)
Auto generated method signature
|
void |
scheduleTask(DSTaskInfo dsTaskInfo31)
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 dsName12,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTaskInfo(String taskName27,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisTaskScheduled(String taskName16,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrescheduleTask(DSTaskInfo dsTaskInfo20,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] getAllTaskNames() throws RemoteException
getAllTaskNames8
- RemoteException
void startgetAllTaskNames(DSTaskAdminCallbackHandler callback) throws RemoteException
getAllTaskNames8
- RemoteException
String[] getNoParamDSOperations(String dsName12) throws RemoteException
getNoParamDSOperations11
- RemoteException
void startgetNoParamDSOperations(String dsName12, DSTaskAdminCallbackHandler callback) throws RemoteException
getNoParamDSOperations11
- RemoteException
boolean isTaskScheduled(String taskName16) throws RemoteException
isTaskScheduled15
- RemoteException
void startisTaskScheduled(String taskName16, DSTaskAdminCallbackHandler callback) throws RemoteException
isTaskScheduled15
- RemoteException
boolean rescheduleTask(DSTaskInfo dsTaskInfo20) throws RemoteException
rescheduleTask19
- RemoteException
void startrescheduleTask(DSTaskInfo dsTaskInfo20, DSTaskAdminCallbackHandler callback) throws RemoteException
rescheduleTask19
- RemoteException
String[] getAllSchedulableDataServices() throws RemoteException
getAllSchedulableDataServices23
- RemoteException
void startgetAllSchedulableDataServices(DSTaskAdminCallbackHandler callback) throws RemoteException
getAllSchedulableDataServices23
- RemoteException
DSTaskInfo getTaskInfo(String taskName27) throws RemoteException
getTaskInfo26
- RemoteException
void startgetTaskInfo(String taskName27, DSTaskAdminCallbackHandler callback) throws RemoteException
getTaskInfo26
- RemoteException
void scheduleTask(DSTaskInfo dsTaskInfo31) throws RemoteException
RemoteException
void deleteTask(String taskName33) throws RemoteException
RemoteException
Copyright © 2019 WSO2. All rights reserved.