Package | Description |
---|---|
org.wso2.carbon.remotetasks.stub.admin.common | |
org.wso2.carbon.remotetasks.stub.admin.common.xsd |
Modifier and Type | Field and Description |
---|---|
protected DeployedTaskInformation |
GetRemoteTaskResponse.local_return
field for _return
|
protected DeployedTaskInformation |
GetRemoteSystemTaskResponse.local_return
field for _return
|
Modifier and Type | Method and Description |
---|---|
DeployedTaskInformation |
GetRemoteTaskResponse.get_return()
Auto generated getter method
|
DeployedTaskInformation |
GetRemoteSystemTaskResponse.get_return()
Auto generated getter method
|
DeployedTaskInformation |
RemoteTaskAdminStub.getRemoteSystemTask(String name76,
int targetTenantId77)
Auto generated method signature
|
DeployedTaskInformation |
RemoteTaskAdmin.getRemoteSystemTask(String name29,
int targetTenantId30)
Auto generated method signature
|
DeployedTaskInformation |
RemoteTaskAdminStub.getRemoteTask(String name85)
Auto generated method signature
|
DeployedTaskInformation |
RemoteTaskAdmin.getRemoteTask(String name38)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteTaskAdminCallbackHandler.receiveResultgetRemoteSystemTask(DeployedTaskInformation result)
auto generated Axis2 call back method for getRemoteSystemTask method
override this method for handling normal response from getRemoteSystemTask operation
|
void |
RemoteTaskAdminCallbackHandler.receiveResultgetRemoteTask(DeployedTaskInformation result)
auto generated Axis2 call back method for getRemoteTask method
override this method for handling normal response from getRemoteTask operation
|
void |
GetRemoteTaskResponse.set_return(DeployedTaskInformation param)
Auto generated setter method
|
void |
GetRemoteSystemTaskResponse.set_return(DeployedTaskInformation param)
Auto generated setter method
|
Modifier and Type | Method and Description |
---|---|
static DeployedTaskInformation |
DeployedTaskInformation.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
|
Copyright © 2018 WSO2. All rights reserved.