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 ListableBeanFactory
beanFactory
protected static Logger
LOG
protected 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 int
getOrder()
void
load()
Perform generic (not related to any domain) init operations.void
unload()
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: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
-
-