public class ESBTaskAdmin
extends org.wso2.carbon.core.AbstractAdmin
| Constructor and Description |
|---|
ESBTaskAdmin() |
| Modifier and Type | Method and 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) |
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamppublic void rescheduleRemoteTask(String taskName) throws Exception
Exceptionpublic void addRemoteSystemTask(int targetTenantId)
throws Exception
Exceptionpublic void rescheduleRemoteSystemTask(String taskName, int targetTenantId) throws Exception
Exceptionpublic void getRemoteSystemTask(String name, int targetTenantId) throws Exception
Exceptionpublic boolean deleteRemoteSystemTask(String name, int targetTenantId) throws Exception
Exceptionpublic void pauseRemoteSystemTask(String name, int targetTenantId) throws Exception
Exceptionpublic void resumeRemoteSystemTask(String name, int targetTenantId) throws Exception
ExceptionCopyright © 2019 WSO2. All rights reserved.