Searched defs:backend (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/api/
H A DBackendInitializationListener.java33 * whenever a backend is initialized and/or finalized.
43 * Performs any processing that may be required whenever a backend
45 * be invoked after the backend has been initialized but before it
48 * @param backend The backend that has been initialized and is
51 public void performBackendInitializationProcessing(Backend backend); argument
56 * Performs any processing that may be required whenever a backend
57 * is finalized. This method will be invoked after the backend has
60 * @param backend The backend tha
63 performBackendFinalizationProcessing(Backend backend) argument
[all...]
H A DBackupTaskListener.java36 * various Directory Server components whenever a backend backup task
52 * the backup and/or pausing interaction with the provided backend
55 * @param backend The backend to be archived.
59 public void processBackupBegin(Backend backend, argument
70 * @param backend The backend that was archived.
76 public void processBackupEnd(Backend backend, BackupConfig config, argument
H A DExportTaskListener.java53 * provided backend while the export is in progress.
55 * @param backend The backend to be exported.
59 public void processExportBegin(Backend backend, argument
70 * @param backend The backend that was exported.
76 public void processExportEnd(Backend backend, argument
H A DImportTaskListener.java51 * include pausing interaction with the provided backend while the
54 * @param backend The backend to be imported.
58 public void processImportBegin(Backend backend, argument
69 * @param backend The backend that was imported.
75 public void processImportEnd(Backend backend, argument
H A DRestoreTaskListener.java36 * various Directory Server components whenever a backend restore task
51 * pausing interaction with the provided backend while the restore
54 * @param backend The backend to be restored.
58 public void processRestoreBegin(Backend backend, argument
69 * @param backend The backend that was restored.
75 public void processRestoreEnd(Backend backend, RestoreConfig config, argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DBackendInitializationListener.java34 * whenever a backend is initialized and/or finalized.
44 * Performs any processing that may be required whenever a backend
46 * be invoked after the backend has been initialized but before it
49 * @param backend The backend that has been initialized and is
52 public void performBackendInitializationProcessing(Backend backend); argument
57 * Performs any processing that may be required whenever a backend
58 * is finalized. This method will be invoked after the backend has
61 * @param backend The backend tha
64 performBackendFinalizationProcessing(Backend backend) argument
[all...]
H A DBackupTaskListener.java37 * various Directory Server components whenever a backend backup task
53 * the backup and/or pausing interaction with the provided backend
56 * @param backend The backend to be archived.
60 public void processBackupBegin(Backend backend, argument
71 * @param backend The backend that was archived.
77 public void processBackupEnd(Backend backend, BackupConfig config, argument
H A DExportTaskListener.java54 * provided backend while the export is in progress.
56 * @param backend The backend to be exported.
60 public void processExportBegin(Backend backend, argument
71 * @param backend The backend that was exported.
77 public void processExportEnd(Backend backend, argument
H A DImportTaskListener.java52 * include pausing interaction with the provided backend while the
55 * @param backend The backend to be imported.
59 public void processImportBegin(Backend backend, argument
70 * @param backend The backend that was imported.
76 public void processImportEnd(Backend backend, argument
H A DRestoreTaskListener.java37 * various Directory Server components whenever a backend restore task
52 * pausing interaction with the provided backend while the restore
55 * @param backend The backend to be restored.
59 public void processRestoreBegin(Backend backend, argument
70 * @param backend The backend that was restored.
76 public void processRestoreEnd(Backend backend, RestoreConfig config, argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java54 * The event will contain all the indexes in a given backend.
55 * @param backend the backend whose indexes have been modified.
57 public IndexModifiedEvent(BackendDescriptor backend) argument
59 this.modifiedIndexes.addAll(backend.getIndexes());
60 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java55 * The event will contain all the indexes in a given backend.
56 * @param backend the backend whose indexes have been modified.
58 public IndexModifiedEvent(BackendDescriptor backend) argument
60 this.modifiedIndexes.addAll(backend.getIndexes());
61 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DBackendInitializationListener.java34 * whenever a backend is initialized and/or finalized.
44 * Performs any processing that may be required whenever a backend
46 * be invoked after the backend has been initialized but before it
49 * @param backend The backend that has been initialized and is
52 public void performBackendInitializationProcessing(Backend backend); argument
57 * Performs any processing that may be required whenever a backend
58 * is finalized. This method will be invoked after the backend has
61 * @param backend The backend tha
64 performBackendFinalizationProcessing(Backend backend) argument
[all...]
H A DBackupTaskListener.java37 * various Directory Server components whenever a backend backup task
53 * the backup and/or pausing interaction with the provided backend
56 * @param backend The backend to be archived.
60 public void processBackupBegin(Backend backend, argument
71 * @param backend The backend that was archived.
77 public void processBackupEnd(Backend backend, BackupConfig config, argument
H A DExportTaskListener.java54 * provided backend while the export is in progress.
56 * @param backend The backend to be exported.
60 public void processExportBegin(Backend backend, argument
71 * @param backend The backend that was exported.
77 public void processExportEnd(Backend backend, argument
H A DImportTaskListener.java52 * include pausing interaction with the provided backend while the
55 * @param backend The backend to be imported.
59 public void processImportBegin(Backend backend, argument
70 * @param backend The backend that was imported.
76 public void processImportEnd(Backend backend, argument
H A DRestoreTaskListener.java37 * various Directory Server components whenever a backend restore task
52 * pausing interaction with the provided backend while the restore
55 * @param backend The backend to be restored.
59 public void processRestoreBegin(Backend backend, argument
70 * @param backend The backend that was restored.
76 public void processRestoreEnd(Backend backend, RestoreConfig config, argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java55 * The event will contain all the indexes in a given backend.
56 * @param backend the backend whose indexes have been modified.
58 public IndexModifiedEvent(BackendDescriptor backend) argument
60 this.modifiedIndexes.addAll(backend.getIndexes());
61 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java54 * The event will contain all the indexes in a given backend.
55 * @param backend the backend whose indexes have been modified.
57 public IndexModifiedEvent(BackendDescriptor backend) argument
59 this.modifiedIndexes.addAll(backend.getIndexes());
60 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DBackendInitializationListener.java33 * whenever a backend is initialized and/or finalized.
43 * Performs any processing that may be required whenever a backend
45 * be invoked after the backend has been initialized but before it
48 * @param backend The backend that has been initialized and is
51 public void performBackendInitializationProcessing(Backend backend); argument
56 * Performs any processing that may be required whenever a backend
57 * is finalized. This method will be invoked after the backend has
60 * @param backend The backend tha
63 performBackendFinalizationProcessing(Backend backend) argument
[all...]
H A DBackupTaskListener.java36 * various Directory Server components whenever a backend backup task
52 * the backup and/or pausing interaction with the provided backend
55 * @param backend The backend to be archived.
59 public void processBackupBegin(Backend backend, argument
70 * @param backend The backend that was archived.
76 public void processBackupEnd(Backend backend, BackupConfig config, argument
H A DExportTaskListener.java53 * provided backend while the export is in progress.
55 * @param backend The backend to be exported.
59 public void processExportBegin(Backend backend, argument
70 * @param backend The backend that was exported.
76 public void processExportEnd(Backend backend, argument
H A DImportTaskListener.java51 * include pausing interaction with the provided backend while the
54 * @param backend The backend to be imported.
58 public void processImportBegin(Backend backend, argument
69 * @param backend The backend that was imported.
75 public void processImportEnd(Backend backend, argument
H A DRestoreTaskListener.java36 * various Directory Server components whenever a backend restore task
51 * pausing interaction with the provided backend while the restore
54 * @param backend The backend to be restored.
58 public void processRestoreBegin(Backend backend, argument
69 * @param backend The backend that was restored.
75 public void processRestoreEnd(Backend backend, RestoreConfig config, argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java55 * The event will contain all the indexes in a given backend.
56 * @param backend the backend whose indexes have been modified.
58 public IndexModifiedEvent(BackendDescriptor backend) argument
60 this.modifiedIndexes.addAll(backend.getIndexes());
61 this.modifiedIndexes.addAll(backend.getVLVIndexes());

Completed in 145 milliseconds

1234567891011>>