@Service @RunLevel(value=10) public class WebContainerStarter extends Object implements org.glassfish.hk2.api.PostConstruct, ConfigListener
Modifier and Type | Field and Description |
---|---|
static String |
mStartContainerDone |
static String |
mUnableStartContainer |
static String |
mUnableStartContainerNoException |
static String |
mWebContainerNotInstalled |
Constructor and Description |
---|
WebContainerStarter() |
Modifier and Type | Method and Description |
---|---|
UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events)
Notification that @Configured objects that were injected have changed
|
void |
postConstruct()
Scans the domain.xml to see if it specifies any configuration
that can be handled only by the web container, and if so, starts
the web container
|
public static final String mWebContainerNotInstalled
public static final String mStartContainerDone
public static final String mUnableStartContainerNoException
public static final String mUnableStartContainer
public void postConstruct()
postConstruct
in interface org.glassfish.hk2.api.PostConstruct
public UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
ConfigListener
changed
in interface ConfigListener
events
- list of changesCopyright © 2018. All rights reserved.