|
SOA © 2004 SoS Group All Rights Reserved |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsos.koa.Task
sos.koa.ClearAdapter
Class to clear memory and files.
Nested Class Summary |
Nested classes inherited from class sos.koa.Task |
Task.ActionThread, Task.MonitoredThread |
Field Summary | |
(package private) boolean |
systemIsCleared
A flag indicating if the system has been cleared. |
Fields inherited from class sos.koa.Task |
maxSubTasks, monitor, stillWorking, subTaskCount, success |
Constructor Summary | |
(package private) |
ClearAdapter()
Constructs a new ClearAdaptor. |
Method Summary | |
private void |
clearPDFFiles()
Clear the PDF files. |
(package private) void |
clearSystem()
|
void |
clearTXTFiles()
Clear the intermediate TXT files. |
static void |
clearXMLFiles()
Clear the intermediate XML files. |
(package private) void |
doAction()
Gets called when the clear button is pressed. |
(package private) java.lang.String |
getFailureMessage()
What to print in failure dialog. |
(package private) java.lang.String |
getSuccessMessage()
What to print in success dialog. |
(package private) int |
getSuccessState()
The application state after successful termination of this task. |
(package private) java.lang.String |
getTitle()
The title of this task. |
(package private) java.lang.String |
getWarningMessage()
What to print in warning dialog used to ask user if he/she is sure to perform this task. |
(package private) boolean |
isDangerousTask()
Indicates whether the user should be warned that we're about to start this task. |
(package private) boolean |
isPreStateAllowed(int state)
|
Methods inherited from class sos.koa.Task |
actionPerformed, clear, getAdditionalInfo, getInfo, isAdditionalInfoAvailable, isCancelableTask, isModalTask, isProgressMonitoredTask, logCanceled, logCompleted, logFailed, logOpenedFile, logStarted, popupAdditionalInfo, popupAdditionalInfo, popupFailure, popupGetFile, popupGetPassword, popupNext, popupNextOrBack, popupSuccess, popupWarning, setMaxSubTasks, setSubTaskCount, stopAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
boolean systemIsCleared
Constructor Detail |
ClearAdapter()
Method Detail |
java.lang.String getTitle()
Task
getTitle
in class Task
java.lang.String getSuccessMessage()
Task
getSuccessMessage
in class Task
java.lang.String getFailureMessage()
Task
getFailureMessage
in class Task
java.lang.String getWarningMessage()
Task
getWarningMessage
in class Task
void doAction()
doAction
in class Task
boolean isDangerousTask()
Task
isDangerousTask
in class Task
false
.boolean isPreStateAllowed(int state)
isPreStateAllowed
in class Task
int getSuccessState()
Task
getSuccessState
in class Task
void clearSystem()
public static void clearXMLFiles()
public void clearTXTFiles()
private void clearPDFFiles()
|
SOA © 2004 SoS Group All Rights Reserved |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |