@Service @RunLevel(value=10) public class WebContainerStarter extends Object implements org.glassfish.hk2.api.PostConstruct, org.jvnet.hk2.config.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 |
|---|---|
org.jvnet.hk2.config.UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events) |
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.PostConstructpublic org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
changed in interface org.jvnet.hk2.config.ConfigListenerCopyright © 2017. All rights reserved.