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 void
addRemoteSystemTask(int targetTenantId)
void
addRemoteTask()
boolean
deleteRemoteSystemTask(String name, int targetTenantId)
boolean
deleteRemoteTask(String name)
String[]
getAllRemoteSystemTasks(int targetTenantId)
String[]
getAllRemoteTasks()
void
getRemoteSystemTask(String name, int targetTenantId)
void
getRemoteTask(String name)
void
pauseRemoteSystemTask(String name, int targetTenantId)
void
pauseRemoteTask(String name)
void
rescheduleRemoteSystemTask(String taskName, int targetTenantId)
void
rescheduleRemoteTask(String taskName)
void
resumeRemoteSystemTask(String name, int targetTenantId)
void
resumeRemoteTask(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
-
-