Package ch.mobi.mobitor.domain.screen
Interface ServerContext
-
public interface ServerContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInformation(String applicationName, ApplicationInformation applicationInformation)<T extends ApplicationInformation>
List<T>getMatchingInformation(String type)List<ApplicationInformation>getMatchingInformation(String type, String applicationName)List<ApplicationInformation>getMatchingInformationByApplicationName(String applicationName)
-
-
-
Method Detail
-
getMatchingInformation
<T extends ApplicationInformation> List<T> getMatchingInformation(String type)
-
getMatchingInformationByApplicationName
List<ApplicationInformation> getMatchingInformationByApplicationName(String applicationName)
-
addInformation
void addInformation(String applicationName, ApplicationInformation applicationInformation)
-
getMatchingInformation
List<ApplicationInformation> getMatchingInformation(String type, String applicationName)
-
-