For clients which want blocking SOAP calls, the functions ManagedJobFactoryPortType_GetResourceProperty() and ManagedJobFactoryPortType_GetResourceProperty_epr() will be most appropriate. For clients which want nonblocking SOAP calls, ManagedJobFactoryPortType_GetResourceProperty_register() and ManagedJobFactoryPortType_GetResourceProperty_epr_register() will be most appropriate.
The other functions in this section are used by applications which require more control over the operation invocation by having separate invocations and callbacks for the request and response handling of the operation.
|
||||||||||||
|
Request callback function.
Use a function of this type when calling one of the nonblocking request functions for the
When the request has been sent to the service, this callback function will be called. If the result is
|
|
|||||||||||||||||||||
|
Response callback function.
Use a function of this type when calling one of the nonblocking operation or response functions for the When the response has been received from the service, this callback function will be called.
|
|
||||||||||||||||||
|
Nonblocking operation request with EPR.
Begin sending a request for the
|
|
||||||||||||||||||
|
Nonblocking operation request.
Begin sending a request for the
|
|
||||||||||||
|
Nonblocking operation response handling.
Begin parsing the request for the
|
|
||||||||||||||||||
|
Nonblocking operation invocation with EPR. Begin processing a request for the GetResourceProperty operation. The operation will sent to the service named by the epr and after the response is received, the callback function will be invoked.
|
|
||||||||||||||||||
|
Nonblocking operation invocation. Begin processing a request for the GetResourceProperty operation. The operation will sent to the service located at endpoint and after the response is received, the callback function will be invoked.
|
|
|||||||||||||||||||||
|
Blocking operation invocation with EPR. Request that an the GetResourceProperty operation be invoked by the service and resource named by the epr parameter.
If the result is
|
|
|||||||||||||||||||||
|
Blocking operation invocation. Request that an the GetResourceProperty operation be invoked by the service at endpoint.
If the result is
|
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org