Interface RemoteTaskAdmin
- All Known Implementing Classes:
RemoteTaskAdminStub
public interface RemoteTaskAdmin
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRemoteSystemTask(StaticTaskInformation taskInfo42, int targetTenantId43) Auto generated method signature for Asynchronous InvocationsvoidaddRemoteTask(StaticTaskInformation taskInfo34) Auto generated method signature for Asynchronous InvocationsbooleandeleteRemoteSystemTask(String name64, int targetTenantId65) Auto generated method signaturebooleandeleteRemoteTask(String name60) Auto generated method signatureString[]getAllRemoteSystemTasks(int targetTenantId53) Auto generated method signatureString[]Auto generated method signaturegetRemoteSystemTask(String name29, int targetTenantId30) Auto generated method signaturegetRemoteTask(String name38) Auto generated method signaturevoidpauseRemoteSystemTask(String name50, int targetTenantId51) Auto generated method signature for Asynchronous InvocationsvoidpauseRemoteTask(String name45) Auto generated method signature for Asynchronous InvocationsvoidrescheduleRemoteSystemTask(String taskName22, TriggerInformation stTriggerInfo23, int targetTenantId24) Auto generated method signature for Asynchronous InvocationsvoidrescheduleRemoteTask(String taskName57, TriggerInformation stTriggerInfo58) Auto generated method signature for Asynchronous InvocationsvoidresumeRemoteSystemTask(String name47, int targetTenantId48) Auto generated method signature for Asynchronous InvocationsvoidresumeRemoteTask(String name36) Auto generated method signature for Asynchronous InvocationsvoidstartdeleteRemoteSystemTask(String name64, int targetTenantId65, RemoteTaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartdeleteRemoteTask(String name60, RemoteTaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetAllRemoteSystemTasks(int targetTenantId53, RemoteTaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous InvocationsvoidstartgetRemoteSystemTask(String name29, int targetTenantId30, RemoteTaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetRemoteTask(String name38, RemoteTaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous Invocations
-
Method Details
-
rescheduleRemoteSystemTask
void rescheduleRemoteSystemTask(String taskName22, TriggerInformation stTriggerInfo23, int targetTenantId24) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
getAllRemoteTasks
Auto generated method signature- Parameters:
getAllRemoteTasks25-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
startgetAllRemoteTasks
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllRemoteTasks25-- Throws:
RemoteException
-
getRemoteSystemTask
DeployedTaskInformation getRemoteSystemTask(String name29, int targetTenantId30) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature- Parameters:
getRemoteSystemTask28-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
startgetRemoteSystemTask
void startgetRemoteSystemTask(String name29, int targetTenantId30, RemoteTaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getRemoteSystemTask28-- Throws:
RemoteException
-
addRemoteTask
void addRemoteTask(StaticTaskInformation taskInfo34) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
resumeRemoteTask
void resumeRemoteTask(String name36) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
getRemoteTask
DeployedTaskInformation getRemoteTask(String name38) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature- Parameters:
getRemoteTask37-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
startgetRemoteTask
void startgetRemoteTask(String name38, RemoteTaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getRemoteTask37-- Throws:
RemoteException
-
addRemoteSystemTask
void addRemoteSystemTask(StaticTaskInformation taskInfo42, int targetTenantId43) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
pauseRemoteTask
void pauseRemoteTask(String name45) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
resumeRemoteSystemTask
void resumeRemoteSystemTask(String name47, int targetTenantId48) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
pauseRemoteSystemTask
void pauseRemoteSystemTask(String name50, int targetTenantId51) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
getAllRemoteSystemTasks
String[] getAllRemoteSystemTasks(int targetTenantId53) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature- Parameters:
getAllRemoteSystemTasks52-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
startgetAllRemoteSystemTasks
void startgetAllRemoteSystemTasks(int targetTenantId53, RemoteTaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getAllRemoteSystemTasks52-- Throws:
RemoteException
-
rescheduleRemoteTask
void rescheduleRemoteTask(String taskName57, TriggerInformation stTriggerInfo58) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature for Asynchronous Invocations -
deleteRemoteTask
boolean deleteRemoteTask(String name60) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature- Parameters:
deleteRemoteTask59-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
startdeleteRemoteTask
void startdeleteRemoteTask(String name60, RemoteTaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
deleteRemoteTask59-- Throws:
RemoteException
-
deleteRemoteSystemTask
boolean deleteRemoteSystemTask(String name64, int targetTenantId65) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException Auto generated method signature- Parameters:
deleteRemoteSystemTask63-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
startdeleteRemoteSystemTask
void startdeleteRemoteSystemTask(String name64, int targetTenantId65, RemoteTaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
deleteRemoteSystemTask63-- Throws:
RemoteException
-