Interface ServerInfoAwareProviderFactory

  • All Known Implementing Classes:
    DefaultJpaConnectionProviderFactory

    public interface ServerInfoAwareProviderFactory
    Marker interface for ProviderFactory of Provider which wants to show some info on "Server Info" page in Admin console.
    Author:
    Vlastimil Elias (velias at redhat dot com)
    • Method Detail

      • getOperationalInfo

        Map<String,​String> getOperationalInfo()
        Return actual info about the provider. This info contains informations about providers configuration and operational conditions (eg. errors in connection to remote systems etc) which is shown on "Server Info" page then.
        Returns:
        Map with keys describing value and relevant values itself