public interface ESBNTaskAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
deleteESBTask(String name25)
Auto generated method signature
|
String[] |
getESBTaskNames()
Auto generated method signature
|
int |
getRunningESBTaskCount()
Auto generated method signature
|
String[] |
getRunningESBTaskList()
Auto generated method signature
|
boolean |
isESBTaskRunning(String taskName38)
Auto generated method signature
|
boolean |
pauseAllESBTasks()
Auto generated method signature
|
boolean |
pauseESBTask(String name18)
Auto generated method signature
|
boolean |
resumeAllESBTasks()
Auto generated method signature
|
boolean |
resumeESBTask(String name14)
Auto generated method signature
|
void |
startdeleteESBTask(String name25,
ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetESBTaskNames(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRunningESBTaskCount(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRunningESBTaskList(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisESBTaskRunning(String taskName38,
ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpauseAllESBTasks(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpauseESBTask(String name18,
ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startresumeAllESBTasks(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startresumeESBTask(String name14,
ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] getRunningESBTaskList() throws RemoteException, ESBNTaskAdminException
getRunningESBTaskList10
- ESBNTaskAdminException
- :RemoteException
void startgetRunningESBTaskList(ESBNTaskAdminCallbackHandler callback) throws RemoteException
getRunningESBTaskList10
- RemoteException
boolean resumeESBTask(String name14) throws RemoteException, ESBNTaskAdminException
resumeESBTask13
- ESBNTaskAdminException
- :RemoteException
void startresumeESBTask(String name14, ESBNTaskAdminCallbackHandler callback) throws RemoteException
resumeESBTask13
- RemoteException
boolean pauseESBTask(String name18) throws RemoteException, ESBNTaskAdminException
pauseESBTask17
- ESBNTaskAdminException
- :RemoteException
void startpauseESBTask(String name18, ESBNTaskAdminCallbackHandler callback) throws RemoteException
pauseESBTask17
- RemoteException
int getRunningESBTaskCount() throws RemoteException, ESBNTaskAdminException
getRunningESBTaskCount21
- ESBNTaskAdminException
- :RemoteException
void startgetRunningESBTaskCount(ESBNTaskAdminCallbackHandler callback) throws RemoteException
getRunningESBTaskCount21
- RemoteException
boolean deleteESBTask(String name25) throws RemoteException, ESBNTaskAdminException
deleteESBTask24
- ESBNTaskAdminException
- :RemoteException
void startdeleteESBTask(String name25, ESBNTaskAdminCallbackHandler callback) throws RemoteException
deleteESBTask24
- RemoteException
boolean resumeAllESBTasks() throws RemoteException, ESBNTaskAdminException
resumeAllESBTasks28
- ESBNTaskAdminException
- :RemoteException
void startresumeAllESBTasks(ESBNTaskAdminCallbackHandler callback) throws RemoteException
resumeAllESBTasks28
- RemoteException
boolean pauseAllESBTasks() throws RemoteException, ESBNTaskAdminException
pauseAllESBTasks31
- ESBNTaskAdminException
- :RemoteException
void startpauseAllESBTasks(ESBNTaskAdminCallbackHandler callback) throws RemoteException
pauseAllESBTasks31
- RemoteException
String[] getESBTaskNames() throws RemoteException, ESBNTaskAdminException
getESBTaskNames34
- ESBNTaskAdminException
- :RemoteException
void startgetESBTaskNames(ESBNTaskAdminCallbackHandler callback) throws RemoteException
getESBTaskNames34
- RemoteException
boolean isESBTaskRunning(String taskName38) throws RemoteException, ESBNTaskAdminException
isESBTaskRunning37
- ESBNTaskAdminException
- :RemoteException
void startisESBTaskRunning(String taskName38, ESBNTaskAdminCallbackHandler callback) throws RemoteException
isESBTaskRunning37
- RemoteException
Copyright © 2022 WSO2. All rights reserved.