com.adobe.idp.taskmanager.dsc.client.endpoint
Interface EndpointInvokeResult

All Superinterfaces:
java.io.Serializable

public interface EndpointInvokeResult
extends java.io.Serializable

Contains task information about an endpoint that your application invoked. The TaskManagerEndpointClient.invokeEndpoint()invokeEndpoint() and TaskManagerEndpointClient.invokeEndpointFromStartTask()invokeEndpointFromStartTask() methods return EndpointInvokeResult objects.

See Also:
TaskManagerEndpointClient

Method Summary
 TaskInfo getTaskInfo()
          Retrieves task information about an endpoint that your application invoked.
 

Method Detail

getTaskInfo

TaskInfo getTaskInfo()
Retrieves task information about an endpoint that your application invoked.

Returns:
A TaskInfo object populated with the details of the task. This method returns NULL if the method that returned this object is unsuccessful.


[an error occurred while processing this directive] [an error occurred while processing this directive]