Package org.wso2.carbon.task.stub
Interface TaskAdmin
- All Known Implementing Classes:
TaskAdminStub
public interface TaskAdmin
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTaskDescription(org.apache.axiom.om.OMElement extraElement13) Auto generated method signature for Asynchronous InvocationsvoiddeleteTaskDescription(String s19, String group20) Auto generated method signature for Asynchronous InvocationsvoideditTaskDescription(org.apache.axiom.om.OMElement extraElement30) Auto generated method signature for Asynchronous InvocationsString[]Auto generated method signatureTaskData[]Auto generated method signatureorg.apache.axiom.om.OMElementgetAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement15) Auto generated method signatureorg.apache.axiom.om.OMElementgetTaskDescription(String s32, String group33) Auto generated method signaturebooleanisContains(String s22, String group23) Auto generated method signatureorg.apache.axiom.om.OMElementloadTaskClassProperties(String className40, String group41) Auto generated method signaturevoidstartgetAllJobGroups(TaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetAllTaskData(TaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement15, TaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetTaskDescription(String s32, String group33, TaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartisContains(String s22, String group23, TaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartloadTaskClassProperties(String className40, String group41, TaskAdminCallbackHandler callback) Auto generated method signature for Asynchronous Invocations
-
Method Details
-
addTaskDescription
void addTaskDescription(org.apache.axiom.om.OMElement extraElement13) throws RemoteException, TaskManagementException Auto generated method signature for Asynchronous Invocations- Throws:
TaskManagementException- :RemoteException
-
getAllTaskDescriptions
org.apache.axiom.om.OMElement getAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement15) throws RemoteException, TaskManagementException Auto generated method signature- Parameters:
getAllTaskDescriptions14-- Throws:
TaskManagementException- :RemoteException
-
startgetAllTaskDescriptions
void startgetAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement15, TaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getAllTaskDescriptions14-- Throws:
RemoteException
-
deleteTaskDescription
void deleteTaskDescription(String s19, String group20) throws RemoteException, TaskManagementException Auto generated method signature for Asynchronous Invocations- Throws:
TaskManagementException- :RemoteException
-
isContains
Auto generated method signature- Parameters:
isContains21-- Throws:
TaskManagementException- :RemoteException
-
startisContains
void startisContains(String s22, String group23, TaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
isContains21-- Throws:
RemoteException
-
getAllJobGroups
Auto generated method signature- Parameters:
getAllJobGroups26-- Throws:
RemoteException
-
startgetAllJobGroups
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllJobGroups26-- Throws:
RemoteException
-
editTaskDescription
void editTaskDescription(org.apache.axiom.om.OMElement extraElement30) throws RemoteException, TaskManagementException Auto generated method signature for Asynchronous Invocations- Throws:
TaskManagementException- :RemoteException
-
getTaskDescription
org.apache.axiom.om.OMElement getTaskDescription(String s32, String group33) throws RemoteException, TaskManagementException Auto generated method signature- Parameters:
getTaskDescription31-- Throws:
TaskManagementException- :RemoteException
-
startgetTaskDescription
void startgetTaskDescription(String s32, String group33, TaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getTaskDescription31-- Throws:
RemoteException
-
getAllTaskData
Auto generated method signature- Parameters:
getAllTaskData36-- Throws:
TaskManagementException- :RemoteException
-
startgetAllTaskData
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllTaskData36-- Throws:
RemoteException
-
loadTaskClassProperties
org.apache.axiom.om.OMElement loadTaskClassProperties(String className40, String group41) throws RemoteException, TaskManagementException Auto generated method signature- Parameters:
loadTaskClassProperties39-- Throws:
TaskManagementException- :RemoteException
-
startloadTaskClassProperties
void startloadTaskClassProperties(String className40, String group41, TaskAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
loadTaskClassProperties39-- Throws:
RemoteException
-