|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusDefException | |
---|---|
org.bibalex.daf.handlers.statusdatahandler | |
org.bibalex.daf.managers.checkin | |
org.bibalex.daf.retrievalplugins |
Uses of StatusDefException in org.bibalex.daf.handlers.statusdatahandler |
---|
Methods in org.bibalex.daf.handlers.statusdatahandler that throw StatusDefException | |
---|---|
private void |
BackupInfoDef.createElementFromNode(org.w3c.dom.Node node)
Creates the BackupInfoDef element by supplying its XmlNode represenation. |
private void |
CompressedFolderDef.createElementFromNode(org.w3c.dom.Node node)
Creates the CompressedFolderDef by supplying its XmlNode represenation. |
private void |
ServerDef.createElementFromNode(org.w3c.dom.Node node)
Creates the ServerDef by supplying its XmlNode represenation. |
private void |
StatusDef.createElementFromNode(org.w3c.dom.Node node)
Creates the StatusDef element by supplying its XmlNode represenation. |
private void |
StatusDef.fillFieldsFromString(java.lang.String nodeRep)
Fill the fields of this instance from the given String. If the string is null or empty, the fileds are defaulted to null. |
void |
ServerDefTest.testChangeFields()
|
void |
CompressedFolderDefTest.testChangeFields()
|
void |
BackupInfoDefTest.testGetCompressedFolders()
|
void |
StatusDefTest.testStatusDefInt()
|
void |
StatusDefTest.testStatusDefString()
|
void |
ServerDefTest.testToString()
|
void |
CompressedFolderDefTest.testToString()
|
void |
BackupInfoDefTest.testToString()
|
void |
StatusDefTest.testToXmlString()
|
void |
ServerDefTest.testToXmlString()
|
void |
CompressedFolderDefTest.testToXmlString()
|
void |
BackupInfoDefTest.testToXmlString()
|
Constructors in org.bibalex.daf.handlers.statusdatahandler that throw StatusDefException | |
---|---|
BackupInfoDef(org.w3c.dom.Node node)
Creates a new instance of BackupInfoDef. |
|
BackupInfoDef(java.lang.String nodeRep)
Creates a new instance of BackupInfoDef. |
|
CompressedFolderDef(org.w3c.dom.Node node)
Creates a new instance of CompressedFolderDef. |
|
CompressedFolderDef(java.lang.String nodeRep)
Creates a new instance of CompressedFolderDef. |
|
ServerDef(org.w3c.dom.Node node)
Creates a new instance of ServerDef. |
|
ServerDef(java.lang.String nodeRep)
Creates a new instance of ServerDef. |
|
StatusDef(int transactionLogID)
Creates a new instance of StatusDef. |
|
StatusDef(org.w3c.dom.Node node)
Creates a new instance of StatusDef. |
|
StatusDef(java.lang.String nodeRep)
Creates a new instance of StatusDef. |
Uses of StatusDefException in org.bibalex.daf.managers.checkin |
---|
Methods in org.bibalex.daf.managers.checkin that throw StatusDefException | |
---|---|
private StatusDef |
RetrievalCommandLine.initializeBackUpStatusDef(Job job,
int transactionLogID)
Initialized the BackUp Info from the StatusDef object. |
private StatusDef |
RetrievalProgressDialog.RetrievalStarter.initializeBackUpStatusDef(Job job,
int transactionLogID)
Initialized the BackUp Info from the StatusDef object. |
Uses of StatusDefException in org.bibalex.daf.retrievalplugins |
---|
Methods in org.bibalex.daf.retrievalplugins that throw StatusDefException | |
---|---|
private StatusDef |
DriveRetrievalTest.initializeBackUpStatusDef(Job job,
int transactionLogID)
|
private StatusDef |
FolderRetrievalTest.initializeBackUpStatusDef(Job job,
int transactionLogID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |