Package org.apache.syncope.core.starter
Class TaskExecutorUnloader
- java.lang.Object
-
- org.apache.syncope.core.starter.TaskExecutorUnloader
-
- All Implemented Interfaces:
SyncopeCoreLoader,Ordered
public class TaskExecutorUnloader extends Object implements SyncopeCoreLoader
-
-
Field Summary
Fields Modifier and Type Field Description protected ListableBeanFactorybeanFactoryprotected static LoggerLOGprotected Map<String,ExecutorConfigurationSupport>tptes-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description TaskExecutorUnloader(ListableBeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidload()Perform generic (not related to any domain) init operations.voidunload()Perform generic (not related to any domain) dispose operations.-
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 Detail
-
LOG
protected static final Logger LOG
-
beanFactory
protected final ListableBeanFactory beanFactory
-
tptes
protected final Map<String,ExecutorConfigurationSupport> tptes
-
-
Constructor Detail
-
TaskExecutorUnloader
public TaskExecutorUnloader(ListableBeanFactory beanFactory)
-
-
Method Detail
-
load
public void load()
Description copied from interface:SyncopeCoreLoaderPerform generic (not related to any domain) init operations.- Specified by:
loadin interfaceSyncopeCoreLoader
-
unload
public void unload()
Description copied from interface:SyncopeCoreLoaderPerform generic (not related to any domain) dispose operations.- Specified by:
unloadin interfaceSyncopeCoreLoader
-
-