Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Uses of Class
oracle.ide.task.event.TaskExitCode

Packages that use TaskExitCode
oracle.ide.task   
oracle.ide.task.event   

 

Uses of TaskExitCode in oracle.ide.task

 

Methods in oracle.ide.task that return TaskExitCode
abstract  TaskExitCode Task.performTask(TaskMonitor tc)
          This is the client method that will perform the actual work of this task.
 TaskExitCode TaskGroup.performTask(TaskMonitor ignore)
          A TaskGroups is also a Task, -this method implements the performTask method of the Task.

 

Uses of TaskExitCode in oracle.ide.task.event

 

Methods in oracle.ide.task.event that return TaskExitCode
static TaskExitCode TaskExitCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskExitCode[] TaskExitCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.