public class NuxeoSeamWebGate extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
NuxeoSeamWebGate.WebConnector |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
initialized |
protected static NuxeoSeamWebGate |
instance |
protected static org.apache.commons.logging.Log |
log |
protected Set<NuxeoSeamWebGate.WebConnector> |
waitingConnectors |
| Constructor and Description |
|---|
NuxeoSeamWebGate() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkConnectorsUp() |
void |
contextDestroyed(javax.servlet.ServletContextEvent arg0) |
void |
contextInitialized(javax.servlet.ServletContextEvent arg0) |
protected Set<NuxeoSeamWebGate.WebConnector> |
fetchConnectors() |
static boolean |
isInitialized() |
protected static NuxeoSeamWebGate instance
protected static org.apache.commons.logging.Log log
protected boolean initialized
protected final Set<NuxeoSeamWebGate.WebConnector> waitingConnectors
public NuxeoSeamWebGate()
public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic void contextInitialized(javax.servlet.ServletContextEvent arg0)
contextInitialized in interface javax.servlet.ServletContextListenerprotected Set<NuxeoSeamWebGate.WebConnector> fetchConnectors()
protected boolean checkConnectorsUp()
public static boolean isInitialized()
Copyright © 2018 Nuxeo. All rights reserved.