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