Class DefaultSystemInformationService

  • All Implemented Interfaces:
    SystemInformationService

    public class DefaultSystemInformationService
    extends Object
    implements SystemInformationService

    Default implementation of the SystemInformationService. This implementation performs no authorization checking of the calls made, allowing it to be used across non-authorized situations such as on the 500 error page, and the SystemErrorLogger.

    This implementation makes no attempt at caching the returned info beans so be aware that each call will be returning a new instance.