- getInitParameter(String) - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
-
Deprecated.
- getInitParameterNames() - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
-
Deprecated.
- getInvocationsCount() - Method in interface org.apache.sling.engine.jmx.FilterProcessorMBean
-
Returns the number of invocations collected since last resetting the
statistics.
- getMaxPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the maximum peak recursive execution depth since last
resetting the statistics.
- getMaxRequestDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the time in milliseconds used by the longest request since last
resetting the statistics.
- getMaxServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the maximum servlet call count since last
resetting the statistics.
- getMeanFilterDurationMsec() - Method in interface org.apache.sling.engine.jmx.FilterProcessorMBean
-
Returns the mean filter invocation time in milliseconds since resetting
the statistics.
- getMeanPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the mean peak recursive execution depth since last
resetting the statistics.
- getMeanRequestDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the mean request processing time in milliseconds since resetting
the statistics.
- getMeanServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the mean servlet call count since last
resetting the statistics.
- getMinPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the minimal peak recursive execution depth since last
resetting the statistics.
- getMinRequestDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the time in milliseconds used by the shortest request since last
resetting the statistics.
- getMinServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the minimum servlet call count since last
resetting the statistics.
- getName() - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
-
Deprecated.
Returns the name of this configuration object.
- getName(ServiceReference) - Static method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
-
Deprecated.
Looks for a name value in the service reference properties.
- getRequestsCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the number of requests collected since last resetting the
statistics.
- getServletContext() - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
-
Deprecated.
- getServletName(Servlet) - Static method in class org.apache.sling.engine.RequestUtil
-
Deprecated.
Utility method to return a name for the given servlet.
- getSlingId() - Method in interface org.apache.sling.engine.SlingSettingsService
-
Deprecated.
The identifier of the running Sling instance.
- getStandardDeviationDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the standard deviation of requests since resetting the
statistics.
- getStandardDeviationPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the standard deviation of peak recursive execution depth since last
resetting the statistics.
- getStandardDeviationServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
-
Returns the standard deviation servlet call counts since last
resetting the statistics.
- getXmlEscapingWriter(Writer) - Static method in class org.apache.sling.engine.ResponseUtil
-
Deprecated.
Return a Writer that writes escaped XML text to target