public interface SpringApplicationAdminMXBean
SpringApplication
via JMX.
Intended for internal use only.Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key)
Return the value of the specified key from the application
Environment . |
boolean |
isEmbeddedWebApplication()
Specify if the application runs in an embedded web container.
|
boolean |
isReady()
Specify if the application has fully started and is now ready.
|
void |
shutdown()
Shutdown the application.
|
boolean isReady()
true
if the application is readyApplicationReadyEvent
boolean isEmbeddedWebApplication()
null
if that information is not yet available. It is preferable to wait for
the application to be ready
.true
if the application runs in an embedded web containerisReady()
String getProperty(String key)
Environment
.key
- the property keynull
if it does not existvoid shutdown()
ConfigurableApplicationContext.close()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.