Name | Description |
boolean asyncSupported | Whether asynchronous communication is supported. |
boolean singleThreadModel | Whether the servlet implements the SingleThreadModel interface |
long loadTime | Time taken to load and initialize the servlet. |
boolean statisticsProvider | Whether performance statistics are supported for this managed object. |
int countAllocated | The count of allocations that are currently active. |
boolean eventProvider | Whether Event provider is supported for this managed object. |
boolean stateManageable | Whether State management is supported for this managed object. |
int classLoadTime | Time taken to load the Servlet class. |
int maxInstances | Maximum number of STM instances. |
int errorCount | Number of errors. |
int requestCount | Number of requests processed by this wrapper. |
int loadOnStartup | The load-on-startup order value for this servlet. Negative value means load on the first call. |
long minTime | Minimum processing time of a request. |
int backgroundProcessorDelay | The processor delay for this component. |
long processingTime | Total execution time of the servlet’s service method. |
long maxTime | Maximum processing time of a request. |
long available | The date and time at which this servlet will become available (in milliseconds). A value of 0 means the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of the servlet is considered permanent. |
int deltaRequestCount | Delta of number of requests processed by this wrapper. |
int deltaErrorCount | Delta of Error count. |