public class StatusManagerServlet
extends HttpServlet
implements javax.management.NotificationListener
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
globalRequestProcessors
Vector of global request processors object names.
|
protected javax.management.MBeanServer |
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 and Description |
---|
StatusManagerServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Finalize this servlet.
|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process a GET request for the specified resource.
|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback) |
void |
init()
Initialize this servlet.
|
protected javax.management.MBeanServer 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
public void init() throws ServletException
ServletException
public 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 creatingjava.io.IOException
- if an input/output error occursServletException
- if a servlet-specified error occurspublic void handleNotification(javax.management.Notification notification, java.lang.Object handback)
handleNotification
in interface javax.management.NotificationListener