public class LocationContext extends Object implements org.jboss.modcluster.container.Context
| Constructor and Description |
|---|
LocationContext(String contextPath,
org.jboss.modcluster.container.Host host) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestListener(javax.servlet.ServletRequestListener listener) |
void |
addSessionListener(javax.servlet.http.HttpSessionListener listener) |
boolean |
equals(Object object) |
int |
getActiveSessionCount() |
org.jboss.modcluster.container.Host |
getHost() |
String |
getPath() |
int |
hashCode() |
boolean |
isDistributable() |
boolean |
isStarted() |
void |
removeRequestListener(javax.servlet.ServletRequestListener listener) |
void |
removeSessionListener(javax.servlet.http.HttpSessionListener listener) |
String |
toString() |
public LocationContext(String contextPath, org.jboss.modcluster.container.Host host)
public org.jboss.modcluster.container.Host getHost()
getHost in interface org.jboss.modcluster.container.Contextpublic String getPath()
getPath in interface org.jboss.modcluster.container.Contextpublic boolean isStarted()
isStarted in interface org.jboss.modcluster.container.Contextpublic void addRequestListener(javax.servlet.ServletRequestListener listener)
addRequestListener in interface org.jboss.modcluster.container.Contextpublic void removeRequestListener(javax.servlet.ServletRequestListener listener)
removeRequestListener in interface org.jboss.modcluster.container.Contextpublic void addSessionListener(javax.servlet.http.HttpSessionListener listener)
addSessionListener in interface org.jboss.modcluster.container.Contextpublic void removeSessionListener(javax.servlet.http.HttpSessionListener listener)
removeSessionListener in interface org.jboss.modcluster.container.Contextpublic int getActiveSessionCount()
getActiveSessionCount in interface org.jboss.modcluster.container.Contextpublic boolean isDistributable()
isDistributable in interface org.jboss.modcluster.container.ContextCopyright © 2021 JBoss by Red Hat. All rights reserved.