Interface ESBNTaskAdmin
-
- All Known Implementing Classes:
ESBNTaskAdminStub
public interface ESBNTaskAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
deleteESBTask(String name25)
Auto generated method signatureString[]
getESBTaskNames()
Auto generated method signatureint
getRunningESBTaskCount()
Auto generated method signatureString[]
getRunningESBTaskList()
Auto generated method signatureboolean
isESBTaskRunning(String taskName38)
Auto generated method signatureboolean
pauseAllESBTasks()
Auto generated method signatureboolean
pauseESBTask(String name18)
Auto generated method signatureboolean
resumeAllESBTasks()
Auto generated method signatureboolean
resumeESBTask(String name14)
Auto generated method signaturevoid
startdeleteESBTask(String name25, ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetESBTaskNames(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetRunningESBTaskCount(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetRunningESBTaskList(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisESBTaskRunning(String taskName38, ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startpauseAllESBTasks(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startpauseESBTask(String name18, ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startresumeAllESBTasks(ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startresumeESBTask(String name14, ESBNTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getRunningESBTaskList
String[] getRunningESBTaskList() throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
getRunningESBTaskList10
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startgetRunningESBTaskList
void startgetRunningESBTaskList(ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getRunningESBTaskList10
-- Throws:
RemoteException
-
resumeESBTask
boolean resumeESBTask(String name14) throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
resumeESBTask13
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startresumeESBTask
void startresumeESBTask(String name14, ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
resumeESBTask13
-- Throws:
RemoteException
-
pauseESBTask
boolean pauseESBTask(String name18) throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
pauseESBTask17
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startpauseESBTask
void startpauseESBTask(String name18, ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
pauseESBTask17
-- Throws:
RemoteException
-
getRunningESBTaskCount
int getRunningESBTaskCount() throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
getRunningESBTaskCount21
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startgetRunningESBTaskCount
void startgetRunningESBTaskCount(ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getRunningESBTaskCount21
-- Throws:
RemoteException
-
deleteESBTask
boolean deleteESBTask(String name25) throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
deleteESBTask24
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startdeleteESBTask
void startdeleteESBTask(String name25, ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteESBTask24
-- Throws:
RemoteException
-
resumeAllESBTasks
boolean resumeAllESBTasks() throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
resumeAllESBTasks28
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startresumeAllESBTasks
void startresumeAllESBTasks(ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
resumeAllESBTasks28
-- Throws:
RemoteException
-
pauseAllESBTasks
boolean pauseAllESBTasks() throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
pauseAllESBTasks31
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startpauseAllESBTasks
void startpauseAllESBTasks(ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
pauseAllESBTasks31
-- Throws:
RemoteException
-
getESBTaskNames
String[] getESBTaskNames() throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
getESBTaskNames34
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startgetESBTaskNames
void startgetESBTaskNames(ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getESBTaskNames34
-- Throws:
RemoteException
-
isESBTaskRunning
boolean isESBTaskRunning(String taskName38) throws RemoteException, ESBNTaskAdminException
Auto generated method signature- Parameters:
isESBTaskRunning37
-- Throws:
ESBNTaskAdminException
- :RemoteException
-
startisESBTaskRunning
void startisESBTaskRunning(String taskName38, ESBNTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
isESBTaskRunning37
-- Throws:
RemoteException
-
-