|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.util.OperationObservable
|
+--net.aerith.misao.util.Operation
|
+--net.aerith.misao.util.MultiTaskOperation
|
+--net.aerith.misao.toolkit.ReportBatch.ReportBatchOperation
The ReportBatchOperation represents a batch operation
on XML report documents.
| Field Summary | |
private GlobalDBManager |
db_manager
The database manager. |
protected FileManager |
file_manager
The file manager. |
| Fields inherited from class net.aerith.misao.util.MultiTaskOperation |
conductor |
| Fields inherited from class net.aerith.misao.util.Operation |
monitor_set,
stopped |
| Fields inherited from class net.aerith.misao.util.OperationObservable |
observer_list |
| Constructor Summary | |
ReportBatchOperation()
|
|
| Method Summary | |
protected GlobalDBManager |
getDBManager()
Gets the database manager. |
void |
setDBManager(GlobalDBManager db_manager)
Sets the database manager. |
void |
setFileManager(FileManager file_manager)
Sets the file manager. |
| Methods inherited from class net.aerith.misao.util.MultiTaskOperation |
operate,
operate,
ready,
showSettingDialog |
| Methods inherited from class net.aerith.misao.util.Operation |
addMonitor,
isStopped,
perform,
run,
stop |
| Methods inherited from class net.aerith.misao.util.OperationObservable |
addObserver,
deleteObserver,
notifyEnd,
notifyFailed,
notifyStart,
notifySucceeded,
notifyWarned |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private GlobalDBManager db_manager
protected FileManager file_manager
| Constructor Detail |
public ReportBatchOperation()
| Method Detail |
protected GlobalDBManager getDBManager()
throws java.io.IOException
public void setDBManager(GlobalDBManager db_manager)
db_manager - the database manager.public void setFileManager(FileManager file_manager)
file_manager - the file manager.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||