Gets a handle to the quota service. Note that the quota service
always exists, regardless of how many of its features are supported
by a particular app server. If a particular feature (like
QuotaService#getApiTimeInMegaCycles()) is not accessible, the
instance will not be able to provide that feature and throw an
appropriate exception.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`QuotaServiceFactory` is the mechanism for obtaining an instance of the `QuotaService`."],["`QuotaServiceFactory` inherits members from the `java.lang.Object` class, including methods like `clone()`, `equals()`, and `toString()`."],["The `getQuotaService()` static method returns an instance of the `QuotaService`, which may not support all its features depending on the app server."],["The QuotaService always exist, regardless of the features supported by the app server."]]],[]]