Package org.apache.syncope.core.starter
Class TaskExecutorUnloader
java.lang.Object
org.apache.syncope.core.starter.TaskExecutorUnloader
- All Implemented Interfaces:
SyncopeCoreLoader
,Ordered
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ListableBeanFactory
protected static final Logger
protected final Map
<String, ExecutorConfigurationSupport> Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
load, unload
-
Field Details
-
LOG
-
beanFactory
-
tptes
-
-
Constructor Details
-
TaskExecutorUnloader
-
-
Method Details
-
getOrder
public int getOrder() -
load
public void load()Description copied from interface:SyncopeCoreLoader
Perform generic (not related to any domain) init operations.- Specified by:
load
in interfaceSyncopeCoreLoader
-
unload
public void unload()Description copied from interface:SyncopeCoreLoader
Perform generic (not related to any domain) dispose operations.- Specified by:
unload
in interfaceSyncopeCoreLoader
-