Represents a manageable J2EE servlet. Servlet will expose some manageable
attributes defined by its descriptor and they will be made available.
For every Servlet that is loaded by a running Server Instance, there will
be a correponding MBean registered in the MBeanServer. Note that the life
cycle of Servlet is not manageable by this interface, because it is
not exposed by its descriptor.
The Servlet can be running as a part of deployed application or an
independently deployed module. In case the servlet is loaded from an
independently deployed module, the application name (in the ObjectName)
is treated as default application name or null.
Object Name of this MBean is:
ias:type=J2EEServlet, AppName=, ModuleName=,
ServletName= |