Uses of Package
org.bibalex.daf.handlers.statusdatahandler

Packages that use org.bibalex.daf.handlers.statusdatahandler
org.bibalex.daf.commongui.controls   
org.bibalex.daf.entities.job   
org.bibalex.daf.entities.phase   
org.bibalex.daf.handlers.statusdatahandler   
org.bibalex.daf.managers.checkin   
org.bibalex.daf.reflectioncalls   
org.bibalex.daf.retrievalplugins   
 

Classes in org.bibalex.daf.handlers.statusdatahandler used by org.bibalex.daf.commongui.controls
FileLevelInfo
          Holds the information that corresponds to files.
StatusDef
          Parses and handles the StatusData.
 

Classes in org.bibalex.daf.handlers.statusdatahandler used by org.bibalex.daf.entities.job
FileLevelInfo
          Holds the information that corresponds to files.
 

Classes in org.bibalex.daf.handlers.statusdatahandler used by org.bibalex.daf.entities.phase
DatabaseInfoDef
          Represents an Xml node with the following format:
<Database>
<Name>Value</Name>
.
.
</Database>
 

Classes in org.bibalex.daf.handlers.statusdatahandler used by org.bibalex.daf.handlers.statusdatahandler
BackupInfoDef
          Represents an Xml node with the following format:
<Backup Version="" Size="" BackupAs="" >
<Server IP="" Username="" Password="" />
<CompressedFolder Name="" Size="" />
<CompressedFolder Name="" Size="" />
.
.
</Backup>
Note: There could be 0 or more compressed folders defined.
CompressedFolderDef
          Represents an Xml node with the following format:
<CompressedFolder ZipFileName="" FolderName="" Size="" />
This node means that folder indicated by FolderName attribute has been compressed in the zip file indicated by ZipFileName attribute.
The "Size" attribute, which is optional, indicates the size of the zip file.
DatabaseInfoDef
          Represents an Xml node with the following format:
<Database>
<Name>Value</Name>
.
.
</Database>
FileLevelInfo
          Holds the information that corresponds to files.
FileLevelInfoException
          An application exception that is thrown when a FileLevelInfo related operation fails.
FileLevelInfoHandler
          Contains methods to read and write FileLevelInfo to and from file, String and Nodes.
NameValueInfo
          Represents a NameValue piece of information.
NameValueInfoException
          An application exception that is thrown when a NameValueInfo related operation fails.
ServerDef
          Represents an Xml node with the following format:
<Server IP="" Username="" Password="" />
StatusDefException
          An application exception that is thrown when a Status related operation fails.
 

Classes in org.bibalex.daf.handlers.statusdatahandler used by org.bibalex.daf.managers.checkin
BackupInfoDef
          Represents an Xml node with the following format:
<Backup Version="" Size="" BackupAs="" >
<Server IP="" Username="" Password="" />
<CompressedFolder Name="" Size="" />
<CompressedFolder Name="" Size="" />
.
.
</Backup>
Note: There could be 0 or more compressed folders defined.
StatusDef
          Parses and handles the StatusData.
StatusDefException
          An application exception that is thrown when a Status related operation fails.
 

Classes in org.bibalex.daf.handlers.statusdatahandler used by org.bibalex.daf.reflectioncalls
StatusDef
          Parses and handles the StatusData.
 

Classes in org.bibalex.daf.handlers.statusdatahandler used by org.bibalex.daf.retrievalplugins
BackupInfoDef
          Represents an Xml node with the following format:
<Backup Version="" Size="" BackupAs="" >
<Server IP="" Username="" Password="" />
<CompressedFolder Name="" Size="" />
<CompressedFolder Name="" Size="" />
.
.
</Backup>
Note: There could be 0 or more compressed folders defined.
StatusDef
          Parses and handles the StatusData.
StatusDefException
          An application exception that is thrown when a Status related operation fails.