| | |
| | | createNewSynchronizationDomain(domainEntry); |
| | | } |
| | | } |
| | | |
| | | /* |
| | | * If any schema changes were made with the server offline, then handle them |
| | | * now. |
| | | */ |
| | | List<Modification> offlineSchemaChanges = |
| | | DirectoryServer.getOfflineSchemaChanges(); |
| | | if ((offlineSchemaChanges != null) && (! offlineSchemaChanges.isEmpty())) |
| | | { |
| | | processSchemaChange(offlineSchemaChanges); |
| | | } |
| | | } |
| | | |
| | | /** |
| | |
| | | * applied to the schema. |
| | | * |
| | | */ |
| | | public static void schemaChangeNotification(List<Modification> modifications) |
| | | public void processSchemaChange(List<Modification> modifications) |
| | | { |
| | | SynchronizationDomain domain = |
| | | findDomain(DirectoryServer.getSchemaDN(), null); |