Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.remote
Class TaskInvocation

java.lang.Object
  extended by oracle.adf.view.rich.remote.TaskInvocation

All Implemented Interfaces:
java.io.Serializable

public class TaskInvocation
extends java.lang.Object
implements java.io.Serializable

Stores information about a task invocation for this request. These objects are created in the RemoteApplicationRequest#addTask(String,Serializable. ..)) method. Largely this class is used by the remote adf applications implementation to execute the various task handlers and record thier results.

See Also:
Serialized Form

Method Summary
 java.io.Serializable[] getParams()
          Returns the parameters used for this invocation.
 java.lang.String getReturnId()
          Returns the id that the response will be written to.
 java.lang.String getTaskHandler()
          Returns the name of the TaskHandler.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getReturnId

public java.lang.String getReturnId()
Returns the id that the response will be written to.
Returns:

getTaskHandler

public java.lang.String getTaskHandler()
Returns the name of the TaskHandler.
Returns:

getParams

public java.io.Serializable[] getParams()
Returns the parameters used for this invocation.
Returns:

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.