Uses of Class
org.wso2.carbon.remotetasks.stub.admin.common.xsd.DeployedTaskInformation
-
Packages that use DeployedTaskInformation Package Description org.wso2.carbon.remotetasks.stub.admin.common org.wso2.carbon.remotetasks.stub.admin.common.xsd -
-
Uses of DeployedTaskInformation in org.wso2.carbon.remotetasks.stub.admin.common
Fields in org.wso2.carbon.remotetasks.stub.admin.common declared as DeployedTaskInformation Modifier and Type Field Description protected DeployedTaskInformationGetRemoteSystemTaskResponse. local_returnfield for _returnprotected DeployedTaskInformationGetRemoteTaskResponse. local_returnfield for _returnMethods in org.wso2.carbon.remotetasks.stub.admin.common that return DeployedTaskInformation Modifier and Type Method Description DeployedTaskInformationGetRemoteSystemTaskResponse. get_return()Auto generated getter methodDeployedTaskInformationGetRemoteTaskResponse. get_return()Auto generated getter methodDeployedTaskInformationRemoteTaskAdmin. getRemoteSystemTask(String name29, int targetTenantId30)Auto generated method signatureDeployedTaskInformationRemoteTaskAdminStub. getRemoteSystemTask(String name76, int targetTenantId77)Auto generated method signatureDeployedTaskInformationRemoteTaskAdmin. getRemoteTask(String name38)Auto generated method signatureDeployedTaskInformationRemoteTaskAdminStub. getRemoteTask(String name85)Auto generated method signatureMethods in org.wso2.carbon.remotetasks.stub.admin.common with parameters of type DeployedTaskInformation Modifier and Type Method Description voidRemoteTaskAdminCallbackHandler. receiveResultgetRemoteSystemTask(DeployedTaskInformation result)auto generated Axis2 call back method for getRemoteSystemTask method override this method for handling normal response from getRemoteSystemTask operationvoidRemoteTaskAdminCallbackHandler. receiveResultgetRemoteTask(DeployedTaskInformation result)auto generated Axis2 call back method for getRemoteTask method override this method for handling normal response from getRemoteTask operationvoidGetRemoteSystemTaskResponse. set_return(DeployedTaskInformation param)Auto generated setter methodvoidGetRemoteTaskResponse. set_return(DeployedTaskInformation param)Auto generated setter method -
Uses of DeployedTaskInformation in org.wso2.carbon.remotetasks.stub.admin.common.xsd
Methods in org.wso2.carbon.remotetasks.stub.admin.common.xsd that return DeployedTaskInformation Modifier and Type Method Description static DeployedTaskInformationDeployedTaskInformation.Factory. parse(XMLStreamReader reader)static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-