Interface ServerInfoAwareProviderFactory


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 Summary

    Modifier and Type
    Method
    Description
    Return actual info about the provider.
  • Method Details

    • 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