Class ESBTaskAdmin
- java.lang.Object
-
- org.wso2.carbon.core.AbstractAdmin
-
- org.wso2.carbon.mediation.ntask.admin.ESBTaskAdmin
-
public class ESBTaskAdmin extends org.wso2.carbon.core.AbstractAdmin
-
-
Constructor Summary
Constructors Constructor Description ESBTaskAdmin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRemoteSystemTask(int targetTenantId)voidaddRemoteTask()booleandeleteRemoteSystemTask(String name, int targetTenantId)booleandeleteRemoteTask(String name)String[]getAllRemoteSystemTasks(int targetTenantId)String[]getAllRemoteTasks()voidgetRemoteSystemTask(String name, int targetTenantId)voidgetRemoteTask(String name)voidpauseRemoteSystemTask(String name, int targetTenantId)voidpauseRemoteTask(String name)voidrescheduleRemoteSystemTask(String taskName, int targetTenantId)voidrescheduleRemoteTask(String taskName)voidresumeRemoteSystemTask(String name, int targetTenantId)voidresumeRemoteTask(String name)-
Methods inherited from class org.wso2.carbon.core.AbstractAdmin
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUserId, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamp
-
-
-
-
Method Detail
-
rescheduleRemoteTask
public void rescheduleRemoteTask(String taskName) throws Exception
- Throws:
Exception
-
addRemoteSystemTask
public void addRemoteSystemTask(int targetTenantId) throws Exception- Throws:
Exception
-
rescheduleRemoteSystemTask
public void rescheduleRemoteSystemTask(String taskName, int targetTenantId) throws Exception
- Throws:
Exception
-
getRemoteSystemTask
public void getRemoteSystemTask(String name, int targetTenantId) throws Exception
- Throws:
Exception
-
deleteRemoteSystemTask
public boolean deleteRemoteSystemTask(String name, int targetTenantId) throws Exception
- Throws:
Exception
-
pauseRemoteSystemTask
public void pauseRemoteSystemTask(String name, int targetTenantId) throws Exception
- Throws:
Exception
-
resumeRemoteSystemTask
public void resumeRemoteSystemTask(String name, int targetTenantId) throws Exception
- Throws:
Exception
-
-