public class DiskBackupResult
extends java.lang.Object
Constructor and Description |
---|
DiskBackupResult(java.lang.String diskDirectory,
boolean offline)
This constructor is to be used by internal JMX framework only.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDiskDirectory()
Returns the name of the directory where the files for this backup were written.
|
boolean |
isOffilne()
Returns whether the backup was successful.
|