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, setPermissionUpdateTimestamp
public void rescheduleRemoteTask(String taskName) throws Exception
Exception
public void addRemoteSystemTask(int targetTenantId) throws Exception
Exception
public void rescheduleRemoteSystemTask(String taskName, int targetTenantId) throws Exception
Exception
public void getRemoteSystemTask(String name, int targetTenantId) throws Exception
Exception
public boolean deleteRemoteSystemTask(String name, int targetTenantId) throws Exception
Exception
public void pauseRemoteSystemTask(String name, int targetTenantId) throws Exception
Exception
public void resumeRemoteSystemTask(String name, int targetTenantId) throws Exception
Exception
Copyright © 2020 WSO2. All rights reserved.