Uses of Class
ch.nolix.base.net.clientserver.AbstractApplication
Packages that use AbstractApplication
-
Uses of AbstractApplication in ch.nolix.base.net.clientserver
Subclasses of AbstractApplication in ch.nolix.base.net.clientserverModifier and TypeClassDescriptionfinal classBasicApplication<C extends AbstractBackendClient<C,S>, S> Methods in ch.nolix.base.net.clientserver that return AbstractApplicationModifier and TypeMethodDescriptionfinal AbstractApplication<?, ?> AbstractServer.getStoredApplicationByInstanceName(String instanceName) final AbstractApplication<?, ?> AbstractServer.getStoredApplicationByUrlInstanceName(String urlInstanceName) final AbstractApplication<?, ?> AbstractServer.getStoredDefaultApplication()Methods in ch.nolix.base.net.clientserver with parameters of type AbstractApplicationModifier and TypeMethodDescriptionfinal SAbstractServer.addApplicationWithNameAddendum(AbstractApplication<?, ?> application, String nameAddendum) Adds the given application with the given instanceName to the currentAbstractServer.