Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
TaskAdminStub()
Default Constructor
|
TaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
TaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
TaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
TaskAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addTaskDescription(org.apache.axiom.om.OMElement extraElement75)
Auto generated method signature
|
void |
deleteTaskDescription(String s72,
String group73)
Auto generated method signature
|
void |
editTaskDescription(org.apache.axiom.om.OMElement extraElement62)
Auto generated method signature
|
String[] |
getAllJobGroups()
Auto generated method signature
|
TaskData[] |
getAllTaskData()
Auto generated method signature
|
org.apache.axiom.om.OMElement |
getAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement50)
Auto generated method signature
|
org.apache.axiom.om.OMElement |
getTaskDescription(String s45,
String group46)
Auto generated method signature
|
boolean |
isContains(String s54,
String group55)
Auto generated method signature
|
org.apache.axiom.om.OMElement |
loadTaskClassProperties(String className67,
String group68)
Auto generated method signature
|
void |
startgetAllJobGroups(TaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllTaskData(TaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement50,
TaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTaskDescription(String s45,
String group46,
TaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisContains(String s54,
String group55,
TaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startloadTaskClassProperties(String className67,
String group68,
TaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public TaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TaskAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TaskAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.apache.axiom.om.OMElement getTaskDescription(String s45, String group46) throws RemoteException, TaskManagementException
getTaskDescription
in interface TaskAdmin
getTaskDescription44
- TaskManagementException
- :RemoteException
TaskAdmin.getTaskDescription(java.lang.String, java.lang.String)
public void startgetTaskDescription(String s45, String group46, TaskAdminCallbackHandler callback) throws RemoteException
startgetTaskDescription
in interface TaskAdmin
getTaskDescription44
- RemoteException
TaskAdmin.startgetTaskDescription(java.lang.String, java.lang.String, org.wso2.carbon.task.stub.TaskAdminCallbackHandler)
public org.apache.axiom.om.OMElement getAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement50) throws RemoteException, TaskManagementException
getAllTaskDescriptions
in interface TaskAdmin
getAllTaskDescriptions49
- TaskManagementException
- :RemoteException
TaskAdmin.getAllTaskDescriptions(org.apache.axiom.om.OMElement)
public void startgetAllTaskDescriptions(org.apache.axiom.om.OMElement extraElement50, TaskAdminCallbackHandler callback) throws RemoteException
startgetAllTaskDescriptions
in interface TaskAdmin
getAllTaskDescriptions49
- RemoteException
TaskAdmin.startgetAllTaskDescriptions(org.apache.axiom.om.OMElement, org.wso2.carbon.task.stub.TaskAdminCallbackHandler)
public boolean isContains(String s54, String group55) throws RemoteException, TaskManagementException
isContains
in interface TaskAdmin
isContains53
- TaskManagementException
- :RemoteException
TaskAdmin.isContains(java.lang.String, java.lang.String)
public void startisContains(String s54, String group55, TaskAdminCallbackHandler callback) throws RemoteException
startisContains
in interface TaskAdmin
isContains53
- RemoteException
TaskAdmin.startisContains(java.lang.String, java.lang.String, org.wso2.carbon.task.stub.TaskAdminCallbackHandler)
public String[] getAllJobGroups() throws RemoteException
getAllJobGroups
in interface TaskAdmin
getAllJobGroups58
- RemoteException
TaskAdmin.getAllJobGroups()
public void startgetAllJobGroups(TaskAdminCallbackHandler callback) throws RemoteException
startgetAllJobGroups
in interface TaskAdmin
getAllJobGroups58
- RemoteException
TaskAdmin.startgetAllJobGroups(org.wso2.carbon.task.stub.TaskAdminCallbackHandler)
public void editTaskDescription(org.apache.axiom.om.OMElement extraElement62) throws RemoteException, TaskManagementException
editTaskDescription
in interface TaskAdmin
TaskManagementException
- :RemoteException
public TaskData[] getAllTaskData() throws RemoteException, TaskManagementException
getAllTaskData
in interface TaskAdmin
getAllTaskData63
- TaskManagementException
- :RemoteException
TaskAdmin.getAllTaskData()
public void startgetAllTaskData(TaskAdminCallbackHandler callback) throws RemoteException
startgetAllTaskData
in interface TaskAdmin
getAllTaskData63
- RemoteException
TaskAdmin.startgetAllTaskData(org.wso2.carbon.task.stub.TaskAdminCallbackHandler)
public org.apache.axiom.om.OMElement loadTaskClassProperties(String className67, String group68) throws RemoteException, TaskManagementException
loadTaskClassProperties
in interface TaskAdmin
loadTaskClassProperties66
- TaskManagementException
- :RemoteException
TaskAdmin.loadTaskClassProperties(java.lang.String, java.lang.String)
public void startloadTaskClassProperties(String className67, String group68, TaskAdminCallbackHandler callback) throws RemoteException
startloadTaskClassProperties
in interface TaskAdmin
loadTaskClassProperties66
- RemoteException
TaskAdmin.startloadTaskClassProperties(java.lang.String, java.lang.String, org.wso2.carbon.task.stub.TaskAdminCallbackHandler)
public void deleteTaskDescription(String s72, String group73) throws RemoteException, TaskManagementException
deleteTaskDescription
in interface TaskAdmin
TaskManagementException
- :RemoteException
public void addTaskDescription(org.apache.axiom.om.OMElement extraElement75) throws RemoteException, TaskManagementException
addTaskDescription
in interface TaskAdmin
TaskManagementException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.