|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Context
SPI for a web application context.
| Method Summary | |
|---|---|
void |
addRequestListener(javax.servlet.ServletRequestListener listener)
|
void |
addSessionListener(javax.servlet.http.HttpSessionListener listener)
Adds the specified session listener to this context. |
int |
getActiveSessionCount()
Returns the number of active sessions for this context. |
Host |
getHost()
|
String |
getPath()
|
boolean |
isDistributable()
Indicates whether this context is distributable. |
boolean |
isStarted()
|
void |
removeRequestListener(javax.servlet.ServletRequestListener listener)
|
void |
removeSessionListener(javax.servlet.http.HttpSessionListener listener)
Removes the specified session listener to this context. |
| Method Detail |
|---|
Host getHost()
String getPath()
boolean isStarted()
void addRequestListener(javax.servlet.ServletRequestListener listener)
listener - void removeRequestListener(javax.servlet.ServletRequestListener listener)
listener - void addSessionListener(javax.servlet.http.HttpSessionListener listener)
listener - a session listenervoid removeSessionListener(javax.servlet.http.HttpSessionListener listener)
listener - a session listenerint getActiveSessionCount()
boolean isDistributable()
|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||