| Package | Description | 
|---|---|
| oracle.ideimpl.webupdate.task | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScheduleHookTask. commit(TaskContext tc) | 
| void | InstallExtensionTask. commit(TaskContext tc) | 
| void | DeleteFile. commit(TaskContext tc)Commit this task. | 
| void | AtomicTask. commit(TaskContext tc)Commit this task. | 
| void | TaskList. executeAll(TaskContext tc,
          AbstractProgressMonitor mon)Execute all tasks in the list. | 
| void | WritePropertiesFile. perform(TaskContext tc) | 
| void | ScheduleHookTask. perform(TaskContext tc) | 
| void | ReadPropertiesFile. perform(TaskContext tc) | 
| void | InstallExtensionTask. perform(TaskContext tc) | 
| void | DeleteFile. perform(TaskContext tc)Perform this task. | 
| void | DeinstallExtensionTask. perform(TaskContext tc) | 
| void | CreateFile. perform(TaskContext tc) | 
| abstract void | AtomicTask. perform(TaskContext tc)Perform this task. | 
| void | WritePropertiesFile. rollback(TaskContext tc) | 
| void | ScheduleHookTask. rollback(TaskContext tc) | 
| void | ReadPropertiesFile. rollback(TaskContext tc) | 
| void | InstallExtensionTask. rollback(TaskContext tc) | 
| void | DeleteFile. rollback(TaskContext tc)Roll this task back. | 
| void | DeinstallExtensionTask. rollback(TaskContext tc) | 
| void | CreateFile. rollback(TaskContext tc) | 
| abstract void | AtomicTask. rollback(TaskContext tc)Roll this task back. |