public interface SpringEngineConfiguration
extends org.springframework.context.ApplicationContextAware, org.springframework.context.SmartLifecycle
| Modifier and Type | Field and Description |
|---|---|
static int |
PHASE |
static int |
PHASE_DELTA |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
Map<Object,Object> |
getBeans() |
String |
getDeploymentMode() |
String |
getDeploymentName() |
org.springframework.core.io.Resource[] |
getDeploymentResources() |
default int |
getPhase() |
org.springframework.transaction.PlatformTransactionManager |
getTransactionManager() |
default boolean |
isAutoStartup() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDeploymentMode(String deploymentMode) |
void |
setDeploymentName(String deploymentName) |
void |
setDeploymentResources(org.springframework.core.io.Resource[] deploymentResources) |
void |
setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) |
default void |
stop(Runnable callback) |
static final int PHASE
static final int PHASE_DELTA
org.springframework.transaction.PlatformTransactionManager getTransactionManager()
void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
String getDeploymentName()
void setDeploymentName(String deploymentName)
org.springframework.core.io.Resource[] getDeploymentResources()
void setDeploymentResources(org.springframework.core.io.Resource[] deploymentResources)
org.springframework.context.ApplicationContext getApplicationContext()
void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareString getDeploymentMode()
void setDeploymentMode(String deploymentMode)
default boolean isAutoStartup()
isAutoStartup in interface org.springframework.context.SmartLifecycledefault void stop(Runnable callback)
stop in interface org.springframework.context.SmartLifecycledefault int getPhase()
getPhase in interface org.springframework.context.PhasedCopyright © 2018 Flowable. All rights reserved.