public class RemoteTaskAdminStub extends org.apache.axis2.client.Stub implements RemoteTaskAdmin
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
RemoteTaskAdminStub()
Default Constructor
|
RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
RemoteTaskAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addRemoteSystemTask(StaticTaskInformation taskInfo113,
int targetTenantId114)
Auto generated method signature
|
void |
addRemoteTask(StaticTaskInformation taskInfo82)
Auto generated method signature
|
boolean |
deleteRemoteSystemTask(String name77,
int targetTenantId78)
Auto generated method signature
|
boolean |
deleteRemoteTask(String name84)
Auto generated method signature
|
String[] |
getAllRemoteSystemTasks(int targetTenantId69)
Auto generated method signature
|
String[] |
getAllRemoteTasks()
Auto generated method signature
|
DeployedTaskInformation |
getRemoteSystemTask(String name105,
int targetTenantId106)
Auto generated method signature
|
DeployedTaskInformation |
getRemoteTask(String name91)
Auto generated method signature
|
void |
pauseRemoteSystemTask(String name99,
int targetTenantId100)
Auto generated method signature
|
void |
pauseRemoteTask(String name97)
Auto generated method signature
|
void |
rescheduleRemoteSystemTask(String taskName73,
TriggerInformation stTriggerInfo74,
int targetTenantId75)
Auto generated method signature
|
void |
rescheduleRemoteTask(String taskName110,
TriggerInformation stTriggerInfo111)
Auto generated method signature
|
void |
resumeRemoteSystemTask(String name102,
int targetTenantId103)
Auto generated method signature
|
void |
resumeRemoteTask(String name95)
Auto generated method signature
|
void |
startdeleteRemoteSystemTask(String name77,
int targetTenantId78,
RemoteTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteRemoteTask(String name84,
RemoteTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRemoteSystemTasks(int targetTenantId69,
RemoteTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRemoteTasks(RemoteTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRemoteSystemTask(String name105,
int targetTenantId106,
RemoteTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRemoteTask(String name91,
RemoteTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RemoteTaskAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RemoteTaskAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RemoteTaskAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String[] getAllRemoteSystemTasks(int targetTenantId69) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
getAllRemoteSystemTasks
in interface RemoteTaskAdmin
getAllRemoteSystemTasks68
- RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
RemoteTaskAdmin.getAllRemoteSystemTasks(int)
public void startgetAllRemoteSystemTasks(int targetTenantId69, RemoteTaskAdminCallbackHandler callback) throws RemoteException
startgetAllRemoteSystemTasks
in interface RemoteTaskAdmin
getAllRemoteSystemTasks68
- RemoteException
RemoteTaskAdmin.startgetAllRemoteSystemTasks(int, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
public void rescheduleRemoteSystemTask(String taskName73, TriggerInformation stTriggerInfo74, int targetTenantId75) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
rescheduleRemoteSystemTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
public boolean deleteRemoteSystemTask(String name77, int targetTenantId78) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
deleteRemoteSystemTask
in interface RemoteTaskAdmin
deleteRemoteSystemTask76
- RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
RemoteTaskAdmin.deleteRemoteSystemTask(java.lang.String, int)
public void startdeleteRemoteSystemTask(String name77, int targetTenantId78, RemoteTaskAdminCallbackHandler callback) throws RemoteException
startdeleteRemoteSystemTask
in interface RemoteTaskAdmin
deleteRemoteSystemTask76
- RemoteException
RemoteTaskAdmin.startdeleteRemoteSystemTask(java.lang.String, int, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
public void addRemoteTask(StaticTaskInformation taskInfo82) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
addRemoteTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
public boolean deleteRemoteTask(String name84) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
deleteRemoteTask
in interface RemoteTaskAdmin
deleteRemoteTask83
- RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
RemoteTaskAdmin.deleteRemoteTask(java.lang.String)
public void startdeleteRemoteTask(String name84, RemoteTaskAdminCallbackHandler callback) throws RemoteException
startdeleteRemoteTask
in interface RemoteTaskAdmin
deleteRemoteTask83
- RemoteException
RemoteTaskAdmin.startdeleteRemoteTask(java.lang.String, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
public String[] getAllRemoteTasks() throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
getAllRemoteTasks
in interface RemoteTaskAdmin
getAllRemoteTasks87
- RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
RemoteTaskAdmin.getAllRemoteTasks()
public void startgetAllRemoteTasks(RemoteTaskAdminCallbackHandler callback) throws RemoteException
startgetAllRemoteTasks
in interface RemoteTaskAdmin
getAllRemoteTasks87
- RemoteException
RemoteTaskAdmin.startgetAllRemoteTasks(org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
public DeployedTaskInformation getRemoteTask(String name91) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
getRemoteTask
in interface RemoteTaskAdmin
getRemoteTask90
- RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
RemoteTaskAdmin.getRemoteTask(java.lang.String)
public void startgetRemoteTask(String name91, RemoteTaskAdminCallbackHandler callback) throws RemoteException
startgetRemoteTask
in interface RemoteTaskAdmin
getRemoteTask90
- RemoteException
RemoteTaskAdmin.startgetRemoteTask(java.lang.String, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
public void resumeRemoteTask(String name95) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
resumeRemoteTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
public void pauseRemoteTask(String name97) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
pauseRemoteTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
public void pauseRemoteSystemTask(String name99, int targetTenantId100) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
pauseRemoteSystemTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
public void resumeRemoteSystemTask(String name102, int targetTenantId103) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
resumeRemoteSystemTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
public DeployedTaskInformation getRemoteSystemTask(String name105, int targetTenantId106) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
getRemoteSystemTask
in interface RemoteTaskAdmin
getRemoteSystemTask104
- RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
RemoteTaskAdmin.getRemoteSystemTask(java.lang.String, int)
public void startgetRemoteSystemTask(String name105, int targetTenantId106, RemoteTaskAdminCallbackHandler callback) throws RemoteException
startgetRemoteSystemTask
in interface RemoteTaskAdmin
getRemoteSystemTask104
- RemoteException
RemoteTaskAdmin.startgetRemoteSystemTask(java.lang.String, int, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdminCallbackHandler)
public void rescheduleRemoteTask(String taskName110, TriggerInformation stTriggerInfo111) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
rescheduleRemoteTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
public void addRemoteSystemTask(StaticTaskInformation taskInfo113, int targetTenantId114) throws RemoteException, RemoteTaskAdminRemoteTasksExceptionException
addRemoteSystemTask
in interface RemoteTaskAdmin
RemoteTaskAdminRemoteTasksExceptionException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.