Interface ApplicationManager<A>
- Type Parameters:
A- the type of the applications of aApplicationManager
- All Known Subinterfaces:
IServer<S>
- All Known Implementing Classes:
AbstractServer, LocalServer, Server, SslServer
public interface ApplicationManager<A>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getStoredApplications
ExtendedIterable<? extends A> getStoredApplications()- Returns:
- the applications of the current
ApplicationManager
-