@Service @Singleton public class ApplicationRegistry extends Object
| Constructor and Description |
|---|
ApplicationRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
ApplicationInfo info) |
void |
addTransient(Deployment.ApplicationDeployment depl)
transient apps are deployed, but not initialized yet
|
ApplicationInfo |
get(String name) |
Set<String> |
getAllApplicationNames() |
Deployment.ApplicationDeployment |
getTransient(String appName) |
void |
remove(String name) |
void |
removeTransient(String appName) |
public void add(String name, ApplicationInfo info)
public ApplicationInfo get(String name)
public void remove(String name)
public void addTransient(Deployment.ApplicationDeployment depl)
depl - public void removeTransient(String appName)
public Deployment.ApplicationDeployment getTransient(String appName)
Copyright © 2020. All rights reserved.