Interface ServerContext


  • public interface ServerContext
    • Method Detail

      • getMatchingInformation

        <T extends ApplicationInformation> java.util.List<T> getMatchingInformation​(java.lang.String type)
      • getMatchingInformationByApplicationName

        java.util.List<ApplicationInformation> getMatchingInformationByApplicationName​(java.lang.String applicationName)
      • addInformation

        void addInformation​(java.lang.String applicationName,
                            ApplicationInformation applicationInformation)
      • getMatchingInformation

        java.util.List<ApplicationInformation> getMatchingInformation​(java.lang.String type,
                                                                      java.lang.String applicationName)