Inheritance diagram for sfi.director.application.config.GenericFileHandler:

Classes derived from this class handle one specific config file.
Public Member Functions | |
| GenericFileHandler () | |
| String[] | Packages (String id) |
| String | description (String id) |
| String | configPrefixById (String id) |
| void | save (SaveConfigEnvironment env) throws DirectorException |
| save this file if the ConfigEnvironment demands it. | |
| synchronized void | restore (RestoreConfigEnvironment env) throws DirectorException |
| restore one config file from config environment env. | |
| void | archiveStart (OutputStream outstream) |
| void | archiveWrite (byte[] buffer, int size) throws IOException |
| void | archiveClose () throws IOException |
| void | performPostRestore (RestoreConfigEnvironment env) |
Protected Member Functions | |
| void | readConfig () |
| void | setupFilesel (DBObject pkgDef) |
| synchronized void | savePkg (SaveConfigEnvironment env, DBObject pkgDef) throws DirectorException |
| void | setupRestarts (DBObject pkgDef) |
| DBObject | pkgDef () |
| DBObject | pkgDef (DBObject pkgDef) |
Package Attributes | |
| Hashtable | knownFiles = null |
| ConfigFileHandler | currentHandler = null |
| DBObject | currentPkgDef = null |
|
|
|
|
|
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
|
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
||||||||||||
|
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
|
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
|
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
|
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
|
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
|
|
|
|
|
|
|
|
|
|
restore one config file from config environment env.
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
|
save this file if the ConfigEnvironment demands it.
Reimplemented from sfi.director.application.config.ConfigFileHandler. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5