Class RuntimeDomainLoader<D extends Domain>
java.lang.Object
org.apache.syncope.core.persistence.common.RuntimeDomainLoader<D>
- All Implemented Interfaces:
DomainWatcher
- Direct Known Subclasses:
JPARuntimeDomainLoader
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DomainHolder
<?> protected final DomainOps
protected final DomainRegistry
<D> protected static final Logger
-
Constructor Summary
ConstructorDescriptionRuntimeDomainLoader
(DomainHolder<?> domainHolder, DomainRegistry<D> domainRegistry, DomainOps domainOps, ConfigurableApplicationContext ctx) -
Method Summary
-
Field Details
-
LOG
-
domainHolder
-
domainRegistry
-
domainOps
-
-
Constructor Details
-
RuntimeDomainLoader
public RuntimeDomainLoader(DomainHolder<?> domainHolder, DomainRegistry<D> domainRegistry, DomainOps domainOps, ConfigurableApplicationContext ctx)
-
-
Method Details
-
added
- Specified by:
added
in interfaceDomainWatcher
-
removed
- Specified by:
removed
in interfaceDomainWatcher
-