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 - :RemoteExceptionvoid startgetRunningESBTaskList(ESBNTaskAdminCallbackHandler callback) throws RemoteException
getRunningESBTaskList10 - RemoteExceptionboolean resumeESBTask(String name14) throws RemoteException, ESBNTaskAdminException
resumeESBTask13 - ESBNTaskAdminException - :RemoteExceptionvoid startresumeESBTask(String name14, ESBNTaskAdminCallbackHandler callback) throws RemoteException
resumeESBTask13 - RemoteExceptionboolean pauseESBTask(String name18) throws RemoteException, ESBNTaskAdminException
pauseESBTask17 - ESBNTaskAdminException - :RemoteExceptionvoid startpauseESBTask(String name18, ESBNTaskAdminCallbackHandler callback) throws RemoteException
pauseESBTask17 - RemoteExceptionint getRunningESBTaskCount()
throws RemoteException,
ESBNTaskAdminException
getRunningESBTaskCount21 - ESBNTaskAdminException - :RemoteExceptionvoid startgetRunningESBTaskCount(ESBNTaskAdminCallbackHandler callback) throws RemoteException
getRunningESBTaskCount21 - RemoteExceptionboolean deleteESBTask(String name25) throws RemoteException, ESBNTaskAdminException
deleteESBTask24 - ESBNTaskAdminException - :RemoteExceptionvoid startdeleteESBTask(String name25, ESBNTaskAdminCallbackHandler callback) throws RemoteException
deleteESBTask24 - RemoteExceptionboolean resumeAllESBTasks()
throws RemoteException,
ESBNTaskAdminException
resumeAllESBTasks28 - ESBNTaskAdminException - :RemoteExceptionvoid startresumeAllESBTasks(ESBNTaskAdminCallbackHandler callback) throws RemoteException
resumeAllESBTasks28 - RemoteExceptionboolean pauseAllESBTasks()
throws RemoteException,
ESBNTaskAdminException
pauseAllESBTasks31 - ESBNTaskAdminException - :RemoteExceptionvoid startpauseAllESBTasks(ESBNTaskAdminCallbackHandler callback) throws RemoteException
pauseAllESBTasks31 - RemoteExceptionString[] getESBTaskNames() throws RemoteException, ESBNTaskAdminException
getESBTaskNames34 - ESBNTaskAdminException - :RemoteExceptionvoid startgetESBTaskNames(ESBNTaskAdminCallbackHandler callback) throws RemoteException
getESBTaskNames34 - RemoteExceptionboolean isESBTaskRunning(String taskName38) throws RemoteException, ESBNTaskAdminException
isESBTaskRunning37 - ESBNTaskAdminException - :RemoteExceptionvoid startisESBTaskRunning(String taskName38, ESBNTaskAdminCallbackHandler callback) throws RemoteException
isESBTaskRunning37 - RemoteExceptionCopyright © 2019 WSO2. All rights reserved.