@Beta public interface ApplicationService
| Modifier and Type | Method and Description |
|---|---|
Applications |
getAllApplications() |
Application |
getApplication(ApplicationKey key) |
Applications |
getApplications(ApplicationKeys keys) |
ClassLoader |
getClassLoader(Application application) |
void |
startApplication(ApplicationKey key) |
void |
stopApplication(ApplicationKey key) |
Application getApplication(ApplicationKey key) throws ApplicationNotFoundException
ApplicationNotFoundExceptionApplications getApplications(ApplicationKeys keys)
Applications getAllApplications()
ClassLoader getClassLoader(Application application)
void startApplication(ApplicationKey key)
void stopApplication(ApplicationKey key)