Class RemoteTaskAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminStub
-
- All Implemented Interfaces:
RemoteTaskAdmin
public class RemoteTaskAdminStub extends org.apache.axis2.client.Stub implements RemoteTaskAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description RemoteTaskAdminStub()Default ConstructorRemoteTaskAdminStub(String targetEndpoint)Constructor taking the target endpointRemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)Default ConstructorRemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)Constructor that takes in a configContextRemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRemoteSystemTask(StaticTaskInformation taskInfo89, int targetTenantId90)Auto generated method signaturevoidaddRemoteTask(StaticTaskInformation taskInfo81)Auto generated method signaturebooleandeleteRemoteSystemTask(String name111, int targetTenantId112)Auto generated method signaturebooleandeleteRemoteTask(String name107)Auto generated method signatureString[]getAllRemoteSystemTasks(int targetTenantId100)Auto generated method signatureString[]getAllRemoteTasks()Auto generated method signatureDeployedTaskInformationgetRemoteSystemTask(String name76, int targetTenantId77)Auto generated method signatureDeployedTaskInformationgetRemoteTask(String name85)Auto generated method signaturevoidpauseRemoteSystemTask(String name97, int targetTenantId98)Auto generated method signaturevoidpauseRemoteTask(String name92)Auto generated method signaturevoidrescheduleRemoteSystemTask(String taskName69, TriggerInformation stTriggerInfo70, int targetTenantId71)Auto generated method signaturevoidrescheduleRemoteTask(String taskName104, TriggerInformation stTriggerInfo105)Auto generated method signaturevoidresumeRemoteSystemTask(String name94, int targetTenantId95)Auto generated method signaturevoidresumeRemoteTask(String name83)Auto generated method signaturevoidstartdeleteRemoteSystemTask(String name111, int targetTenantId112, RemoteTaskAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartdeleteRemoteTask(String name107, RemoteTaskAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAllRemoteSystemTasks(int targetTenantId100, RemoteTaskAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAllRemoteTasks(RemoteTaskAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetRemoteSystemTask(String name76, int targetTenantId77, RemoteTaskAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetRemoteTask(String name85, RemoteTaskAdminCallbackHandler callback)Auto generated method signature for Asynchronous Invocations-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
RemoteTaskAdminStub
public RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
RemoteTaskAdminStub
public RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
RemoteTaskAdminStub
public RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
RemoteTaskAdminStub
public RemoteTaskAdminStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
RemoteTaskAdminStub
public RemoteTaskAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
rescheduleRemoteSystemTask
public void rescheduleRemoteSystemTask(String taskName69, TriggerInformation stTriggerInfo70, int targetTenantId71) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
rescheduleRemoteSystemTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
getAllRemoteTasks
public String[] getAllRemoteTasks() throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
getAllRemoteTasksin interfaceRemoteTaskAdmin- Parameters:
getAllRemoteTasks72-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException- See Also:
RemoteTaskAdmin.getAllRemoteTasks()
-
startgetAllRemoteTasks
public void startgetAllRemoteTasks(RemoteTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllRemoteTasksin interfaceRemoteTaskAdmin- Parameters:
getAllRemoteTasks72-- Throws:
RemoteException- See Also:
RemoteTaskAdmin.startgetAllRemoteTasks(org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
-
getRemoteSystemTask
public DeployedTaskInformation getRemoteSystemTask(String name76, int targetTenantId77) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
getRemoteSystemTaskin interfaceRemoteTaskAdmin- Parameters:
getRemoteSystemTask75-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException- See Also:
RemoteTaskAdmin.getRemoteSystemTask(java.lang.String, int)
-
startgetRemoteSystemTask
public void startgetRemoteSystemTask(String name76, int targetTenantId77, RemoteTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetRemoteSystemTaskin interfaceRemoteTaskAdmin- Parameters:
getRemoteSystemTask75-- Throws:
RemoteException- See Also:
RemoteTaskAdmin.startgetRemoteSystemTask(java.lang.String, int, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
-
addRemoteTask
public void addRemoteTask(StaticTaskInformation taskInfo81) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
addRemoteTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
resumeRemoteTask
public void resumeRemoteTask(String name83) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
resumeRemoteTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
getRemoteTask
public DeployedTaskInformation getRemoteTask(String name85) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
getRemoteTaskin interfaceRemoteTaskAdmin- Parameters:
getRemoteTask84-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException- See Also:
RemoteTaskAdmin.getRemoteTask(java.lang.String)
-
startgetRemoteTask
public void startgetRemoteTask(String name85, RemoteTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetRemoteTaskin interfaceRemoteTaskAdmin- Parameters:
getRemoteTask84-- Throws:
RemoteException- See Also:
RemoteTaskAdmin.startgetRemoteTask(java.lang.String, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
-
addRemoteSystemTask
public void addRemoteSystemTask(StaticTaskInformation taskInfo89, int targetTenantId90) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
addRemoteSystemTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
pauseRemoteTask
public void pauseRemoteTask(String name92) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
pauseRemoteTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
resumeRemoteSystemTask
public void resumeRemoteSystemTask(String name94, int targetTenantId95) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
resumeRemoteSystemTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
pauseRemoteSystemTask
public void pauseRemoteSystemTask(String name97, int targetTenantId98) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
pauseRemoteSystemTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
getAllRemoteSystemTasks
public String[] getAllRemoteSystemTasks(int targetTenantId100) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
getAllRemoteSystemTasksin interfaceRemoteTaskAdmin- Parameters:
getAllRemoteSystemTasks99-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException- See Also:
RemoteTaskAdmin.getAllRemoteSystemTasks(int)
-
startgetAllRemoteSystemTasks
public void startgetAllRemoteSystemTasks(int targetTenantId100, RemoteTaskAdminCallbackHandler callback) throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Specified by:
startgetAllRemoteSystemTasksin interfaceRemoteTaskAdmin- Parameters:
getAllRemoteSystemTasks99-- Throws:
RemoteException- See Also:
RemoteTaskAdmin.startgetAllRemoteSystemTasks(int, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
-
rescheduleRemoteTask
public void rescheduleRemoteTask(String taskName104, TriggerInformation stTriggerInfo105) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
rescheduleRemoteTaskin interfaceRemoteTaskAdmin- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException
-
deleteRemoteTask
public boolean deleteRemoteTask(String name107) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
deleteRemoteTaskin interfaceRemoteTaskAdmin- Parameters:
deleteRemoteTask106-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException- See Also:
RemoteTaskAdmin.deleteRemoteTask(java.lang.String)
-
startdeleteRemoteTask
public void startdeleteRemoteTask(String name107, RemoteTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdeleteRemoteTaskin interfaceRemoteTaskAdmin- Parameters:
deleteRemoteTask106-- Throws:
RemoteException- See Also:
RemoteTaskAdmin.startdeleteRemoteTask(java.lang.String, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
-
deleteRemoteSystemTask
public boolean deleteRemoteSystemTask(String name111, int targetTenantId112) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
Auto generated method signature- Specified by:
deleteRemoteSystemTaskin interfaceRemoteTaskAdmin- Parameters:
deleteRemoteSystemTask110-- Throws:
RemoteTaskAdminRemoteTasksExceptionException- :RemoteException- See Also:
RemoteTaskAdmin.deleteRemoteSystemTask(java.lang.String, int)
-
startdeleteRemoteSystemTask
public void startdeleteRemoteSystemTask(String name111, int targetTenantId112, RemoteTaskAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdeleteRemoteSystemTaskin interfaceRemoteTaskAdmin- Parameters:
deleteRemoteSystemTask110-- Throws:
RemoteException- See Also:
RemoteTaskAdmin.startdeleteRemoteSystemTask(java.lang.String, int, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
-
-