org.cougaar.core.util
Class CheckJarsServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.cougaar.core.servlet.ComponentServlet
              extended by org.cougaar.core.util.CheckJarsServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.cougaar.core.component.Component, org.cougaar.util.GenericStateModel

public class CheckJarsServlet
extends ComponentServlet

This component loads the "/showJars" servlet, which displays the jars loaded by the agent's ClassLoader.

Load with:

  <component class="org.cougaar.core.util.CheckJarsServlet">
    <argument>/showJars</argument>
  </component>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.cougaar.core.servlet.ComponentServlet
agentId, agentIdService, bindingSite, encAgentName, serviceBroker, servletService
 
Fields inherited from interface org.cougaar.util.GenericStateModel
ACTIVE, IDLE, LOADED, UNINITIALIZED, UNLOADED
 
Constructor Summary
CheckJarsServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.cougaar.core.servlet.ComponentServlet
getAgentIdentifier, getEncodedAgentName, getModelState, getPath, getServiceBroker, halt, initialize, load, resume, setAgentIdentificationService, setBindingSite, setParameter, setServiceBroker, start, stop, suspend, unload
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckJarsServlet

public CheckJarsServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws java.io.IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
java.io.IOException