Package wt.servlet
Class Request
java.lang.Object
javax.management.StandardMBean
wt.jmx.core.StandardMBean
wt.servlet.Request
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,RequestMBean
-
Method Summary
Modifier and TypeMethodDescriptionReturns Throwable thrown during servlet request processing.Methods inherited from class wt.jmx.core.StandardMBean
cacheMBeanInfo, cacheMBeanInfoInInstance, emailThisMBean, getAttributes, getCachedInstanceMBeanInfo, getCachedMBeanInfo, getDescription, getDescription, getDescription, getDescription, getImpact, getMBeanInfo, getParameterName, setAttributesMethods inherited from class javax.management.StandardMBean
getAttribute, getClassName, getConstructors, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, invoke, setAttribute, setImplementation
-
Method Details
-
getThrowableThrown
Returns Throwable thrown during servlet request processing. Only available at completion of servlet request processing.
Supported API: true
-