public class SingleNodeApplication
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SINGLE_PROFILE |
Constructor and Description |
---|
SingleNodeApplication() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.springframework.context.ConfigurableApplicationContext |
getAdminContext() |
org.springframework.context.ConfigurableApplicationContext |
getContainerContext() |
static void |
main(java.lang.String[] args) |
SingleNodeApplication |
run(java.lang.String... args) |
public static final java.lang.String SINGLE_PROFILE
public static void main(java.lang.String[] args)
public SingleNodeApplication run(java.lang.String... args)
public org.springframework.context.ConfigurableApplicationContext getAdminContext()
public org.springframework.context.ConfigurableApplicationContext getContainerContext()
public void close()