|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHttpServlet
org.jboss.web.tomcat.tc5.StatusServlet
This servlet will display a complete status of the HTTP/1.1 connector.
| Field Summary | |
protected java.util.Vector |
globalRequestProcessors
Vector of global request processors object names. |
protected MBeanServer (src) |
mBeanServer
MBean server. |
protected java.util.Vector |
protocolHandlers
Vector of protocol handlers object names. |
protected java.util.Vector |
requestProcessors
Vector of request processors object names. |
protected static StringManager |
sm
The string manager for this package. |
protected java.util.Vector |
threadPools
Vector of thread pools object names. |
| Constructor Summary | |
StatusServlet()
|
|
| Method Summary | |
void |
destroy()
Finalize this servlet. |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process a GET request for the specified resource. |
void |
handleNotification(Notification (src) notification,
java.lang.Object handback)
Callback method from the broadcaster MBean this listener implementation is registered to. |
void |
init()
Initialize this servlet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected MBeanServer (src) mBeanServer
protected java.util.Vector protocolHandlers
protected java.util.Vector threadPools
protected java.util.Vector requestProcessors
protected java.util.Vector globalRequestProcessors
protected static StringManager sm
| Constructor Detail |
public StatusServlet()
| Method Detail |
public void init()
throws ServletException
ServletExceptionpublic void destroy()
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
request - The servlet request we are processingresponse - The servlet response we are creating
java.io.IOException - if an input/output error occurs
ServletException - if a servlet-specified error occurs
public void handleNotification(Notification (src) notification,
java.lang.Object handback)
NotificationListener (src)
handleNotification in interface NotificationListener (src) notification - the notification objecthandback - the handback object given to the broadcaster
upon listener registration
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||