Schnittstelle IApplicationManager<A>
- Typparameter:
A- is the type of the applications of aIApplicationManager.
- Alle bekannten Unterschnittstellen:
IServer<S>
- Alle bekannten Implementierungsklassen:
AbstractServer,LocalServer,Server,SslServer
public interface IApplicationManager<A>
- Version:
- 2025-07-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getStoredApplications
IContainer<? extends A> getStoredApplications()- Gibt zurück:
- the applications of the current
IApplicationManager.
-