View | Details | Raw Unified | Return to bug 43960
Collapse All | Expand All

(-)java/org/apache/catalina/core/mbeans-descriptors.xml (+11 lines)
Lines 679-684 Link Here
679
               type="int"
679
               type="int"
680
               writeable="false" />
680
               writeable="false" />
681
681
682
    <attribute name="unavailable"
683
               description="Whether the servlet is unavailable or not"
684
               is="true"
685
               type="boolean"/>
686
687
    <attribute name="available"
688
               description="The date and time at which the servlet will become available 
689
                            (in milliseconds since the epoch), or zero if the servlet is available."
690
               type="long"
691
               writeable="false" />
692
682
    <operation name="findMappings"
693
    <operation name="findMappings"
683
               description="Return the mappings associated with this wrapper"
694
               description="Return the mappings associated with this wrapper"
684
               impact="INFO"
695
               impact="INFO"

Return to bug 43960