public class CreateFile extends AtomicTask
| Constructor and Description | 
|---|
CreateFile(java.io.File file)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
perform(TaskContext tc)
Perform this task. 
 | 
void | 
rollback(TaskContext tc)
Roll this task back. 
 | 
commit, getProperties, pausepublic void perform(TaskContext tc) throws TaskFailedException
AtomicTaskperform in class AtomicTaskTaskFailedExceptionpublic void rollback(TaskContext tc) throws TaskFailedException
AtomicTaskrollback in class AtomicTaskTaskFailedException