|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.remote.TaskInvocation
public class TaskInvocation
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.
| 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 |
|---|
public java.lang.String getReturnId()
public java.lang.String getTaskHandler()
public java.io.Serializable[] getParams()
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||