@Beta public interface ApplicationService
Modifier and Type | Method and Description |
---|---|
Applications |
getAllApplications() |
Application |
getApplication(ApplicationKey key) |
ApplicationKeys |
getApplicationKeys() |
void |
startApplication(ApplicationKey key) |
void |
stopApplication(ApplicationKey key) |
Application getApplication(ApplicationKey key) throws ApplicationNotFoundException
ApplicationNotFoundException
ApplicationKeys getApplicationKeys()
Applications getAllApplications()
void startApplication(ApplicationKey key)
void stopApplication(ApplicationKey key)