Searched refs:backup (Results 1 - 25 of 49) sorted by relevance

12

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java53 * Adds a backup to the model.
54 * @param backup the backup to be added.
56 public void add(BackupDescriptor backup) argument
58 backups.add(backup);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java54 * Adds a backup to the model.
55 * @param backup the backup to be added.
57 public void add(BackupDescriptor backup) argument
59 backups.add(backup);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java54 * Adds a backup to the model.
55 * @param backup the backup to be added.
57 public void add(BackupDescriptor backup) argument
59 backups.add(backup);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java53 * Adds a backup to the model.
54 * @param backup the backup to be added.
56 public void add(BackupDescriptor backup) argument
58 backups.add(backup);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java54 * Adds a backup to the model.
55 * @param backup the backup to be added.
57 public void add(BackupDescriptor backup) argument
59 backups.add(backup);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java50 * Adds a backup to the model.
51 * @param backup the backup to be added.
53 public void add(BackupDescriptor backup) argument
55 backups.add(backup);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DBackupDirectory.java73 * backup directory is associated.
83 /** The filesystem path to the backup directory. */
87 * Creates a new backup directory object with the provided information.
90 * The path to the directory containing the backup file(s).
93 * backup directory is associated.
101 * Creates a new backup directory object with the provided information.
104 * The path to the directory containing the backup file(s).
107 * backup directory is associated.
128 * Retrieves the path to the directory containing the backup file(s).
130 * @return The path to the directory containing the backup fil
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DBackupDirectory.java83 // backup directory is associated.
90 // The filesystem path to the backup directory.
96 * Creates a new backup directory object with the provided
100 * backup file(s).
102 * backend with which this backup directory
116 * Creates a new backup directory object with the provided
120 * backup file(s).
122 * backend with which this backup directory
146 * Retrieves the path to the directory containing the backup
149 * @return The path to the directory containing the backup fil
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DBackupDirectory.java82 // backup directory is associated.
89 // The filesystem path to the backup directory.
95 * Creates a new backup directory object with the provided
99 * backup file(s).
101 * backend with which this backup directory
115 * Creates a new backup directory object with the provided
119 * backup file(s).
121 * backend with which this backup directory
145 * Retrieves the path to the directory containing the backup
148 * @return The path to the directory containing the backup fil
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DBackupDirectory.java83 // backup directory is associated.
90 // The filesystem path to the backup directory.
96 * Creates a new backup directory object with the provided
100 * backup file(s).
102 * backend with which this backup directory
116 * Creates a new backup directory object with the provided
120 * backup file(s).
122 * backend with which this backup directory
146 * Retrieves the path to the directory containing the backup
149 * @return The path to the directory containing the backup fil
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DBackupDirectory.java83 // backup directory is associated.
90 // The filesystem path to the backup directory.
96 * Creates a new backup directory object with the provided
100 * backup file(s).
102 * backend with which this backup directory
116 * Creates a new backup directory object with the provided
120 * backup file(s).
122 * backend with which this backup directory
146 * Retrieves the path to the directory containing the backup
149 * @return The path to the directory containing the backup fil
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DBackupDirectory.java82 // backup directory is associated.
89 // The filesystem path to the backup directory.
95 * Creates a new backup directory object with the provided
99 * backup file(s).
101 * backend with which this backup directory
115 * Creates a new backup directory object with the provided
119 * backup file(s).
121 * backend with which this backup directory
145 * Retrieves the path to the directory containing the backup
148 * @return The path to the directory containing the backup fil
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRestorePanel.java60 * The panel that appears when the user wants to restore from a backup.
184 BackupDescriptor backup = getSelectedBackup();
186 INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY.get(backup.getID()),
237 BackupDescriptor backup = getSelectedBackup();
238 setEnabledOK((backup != null) && !errorPane.isVisible());
265 BackupDescriptor backup = getSelectedBackup();
269 boolean selected = backupList.isVisible() && (backup != null);
323 INFO_CTRL_PANEL_RESTORING_SUMMARY.get(backup.getID()),
352 * The task in charge of restoring or verifying the backup.
367 * backup
[all...]
H A DBackupListPanel.java78 * Abstract class used to refactor code in panels that contain a backup list on
122 * Verify backup button.
141 * Whether the backup parent directory has been initialized with a value or
169 * Returns the selected backup in the list.
170 * @return the selected backup in the list.
174 BackupDescriptor backup = null;
179 backup = model.get(row);
181 return backup;
256 for (BackupDescriptor backup : createDummyBackupList())
258 model.add(backup);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRestorePanel.java59 * The panel that appears when the user wants to restore from a backup.
183 BackupDescriptor backup = getSelectedBackup();
185 INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY.get(backup.getID()),
236 BackupDescriptor backup = getSelectedBackup();
237 setEnabledOK((backup != null) && !errorPane.isVisible());
264 BackupDescriptor backup = getSelectedBackup();
268 boolean selected = backupList.isVisible() && (backup != null);
322 INFO_CTRL_PANEL_RESTORING_SUMMARY.get(backup.getID()),
351 * The task in charge of restoring or verifying the backup.
366 * backup
[all...]
H A DBackupListPanel.java77 * Abstract class used to refactor code in panels that contain a backup list on
121 * Verify backup button.
140 * Whether the backup parent directory has been initialized with a value or
168 * Returns the selected backup in the list.
169 * @return the selected backup in the list.
173 BackupDescriptor backup = null;
178 backup = model.get(row);
180 return backup;
255 for (BackupDescriptor backup : createDummyBackupList())
257 model.add(backup);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRestorePanel.java60 * The panel that appears when the user wants to restore from a backup.
184 BackupDescriptor backup = getSelectedBackup();
186 INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY.get(backup.getID()),
237 BackupDescriptor backup = getSelectedBackup();
238 setEnabledOK((backup != null) && !errorPane.isVisible());
265 BackupDescriptor backup = getSelectedBackup();
269 boolean selected = backupList.isVisible() && (backup != null);
323 INFO_CTRL_PANEL_RESTORING_SUMMARY.get(backup.getID()),
352 * The task in charge of restoring or verifying the backup.
367 * backup
[all...]
H A DBackupListPanel.java78 * Abstract class used to refactor code in panels that contain a backup list on
122 * Verify backup button.
141 * Whether the backup parent directory has been initialized with a value or
169 * Returns the selected backup in the list.
170 * @return the selected backup in the list.
174 BackupDescriptor backup = null;
179 backup = model.get(row);
181 return backup;
256 for (BackupDescriptor backup : createDummyBackupList())
258 model.add(backup);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRestorePanel.java59 * The panel that appears when the user wants to restore from a backup.
183 BackupDescriptor backup = getSelectedBackup();
185 INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY.get(backup.getID()),
236 BackupDescriptor backup = getSelectedBackup();
237 setEnabledOK((backup != null) && !errorPane.isVisible());
264 BackupDescriptor backup = getSelectedBackup();
268 boolean selected = backupList.isVisible() && (backup != null);
322 INFO_CTRL_PANEL_RESTORING_SUMMARY.get(backup.getID()),
351 * The task in charge of restoring or verifying the backup.
366 * backup
[all...]
H A DBackupListPanel.java77 * Abstract class used to refactor code in panels that contain a backup list on
121 * Verify backup button.
140 * Whether the backup parent directory has been initialized with a value or
168 * Returns the selected backup in the list.
169 * @return the selected backup in the list.
173 BackupDescriptor backup = null;
178 backup = model.get(row);
180 return backup;
255 for (BackupDescriptor backup : createDummyBackupList())
257 model.add(backup);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRestorePanel.java60 * The panel that appears when the user wants to restore from a backup.
184 BackupDescriptor backup = getSelectedBackup();
186 INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY.get(backup.getID()),
237 BackupDescriptor backup = getSelectedBackup();
238 setEnabledOK((backup != null) && !errorPane.isVisible());
265 BackupDescriptor backup = getSelectedBackup();
269 boolean selected = backupList.isVisible() && (backup != null);
323 INFO_CTRL_PANEL_RESTORING_SUMMARY.get(backup.getID()),
352 * The task in charge of restoring or verifying the backup.
367 * backup
[all...]
H A DBackupListPanel.java78 * Abstract class used to refactor code in panels that contain a backup list on
122 * Verify backup button.
141 * Whether the backup parent directory has been initialized with a value or
169 * Returns the selected backup in the list.
170 * @return the selected backup in the list.
174 BackupDescriptor backup = null;
179 backup = model.get(row);
181 return backup;
256 for (BackupDescriptor backup : createDummyBackupList())
258 model.add(backup);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DRestorePanel.java60 * The panel that appears when the user wants to restore from a backup.
170 BackupDescriptor backup = getSelectedBackup();
172 INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY.get(backup.getID()),
223 BackupDescriptor backup = getSelectedBackup();
224 setEnabledOK(backup != null && !errorPane.isVisible());
247 BackupDescriptor backup = getSelectedBackup();
251 boolean selected = backupList.isVisible() && backup != null;
305 INFO_CTRL_PANEL_RESTORING_SUMMARY.get(backup.getID()),
331 /** The task in charge of restoring or verifying the backup. */
344 * backup
[all...]
H A DBackupListPanel.java78 /** Abstract class used to refactor code in panels that contain a backup list on it. */
108 /** Verify backup button. */
122 /** Whether the backup parent directory has been initialized with a value. */
140 * Returns the selected backup in the list.
142 * @return the selected backup in the list.
146 BackupDescriptor backup = null;
151 backup = model.get(row);
153 return backup;
225 for (BackupDescriptor backup : createDummyBackupList())
227 model.add(backup);
[all...]
/forgerock/opendj2-jel-hg/resource/bin/
H A D_mixed-script.sh46 backup) #link
47 # perform a backup of a Directory Server backend

Completed in 56 milliseconds

12