|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.monitoring.servletservice.ServletServiceMonitor
@ManagedResource public class ServletServiceMonitor
JMX MBean class that expose base information about Servlet-Services.
Constructor Summary | |
---|---|
ServletServiceMonitor(javax.servlet.Servlet servlet)
|
Method Summary | |
---|---|
String[] |
getServletServiceConnections()
Returns list of connections for this Servlet-Service. |
String |
getServletServiceInfo()
Returns information about this Servlet-Service, such as author, version, and copyright. |
String[] |
getServletServiceInitParameters()
Returns all ServletService init parameters, excluding null parameters. |
String |
getServletServiceMountPaths()
Get Servlet-Services month path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletServiceMonitor(javax.servlet.Servlet servlet)
Method Detail |
---|
@ManagedAttribute(description="Returns all ServletService init parameters") public String[] getServletServiceInitParameters()
@ManagedAttribute(description="Returns list of connections for this Servlet-Service") public final String[] getServletServiceConnections()
servletServiceName
-
String
array of connections for this Servlet-Service@ManagedAttribute(description="Returns information about this Servlet-Service") public final String getServletServiceInfo()
servletServiceName
-
@ManagedAttribute(description="Returns list of registered Servlet-Services with their month paths") public final String getServletServiceMountPaths()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |