public class AppManager extends DestroyableBase
Manage applications deployed on Act
TODO: get rid of multi-tenant support
Destroyable.Utillogger| Modifier and Type | Method and Description |
|---|---|
static AppManager |
create() |
void |
deploy(App app) |
void |
load(App app) |
AppManager |
loadSingleApp(AppDescriptor descriptor) |
void |
refresh() |
void |
refresh(App app) |
protected void |
releaseResources() |
boolean |
unload(App app) |
addSubResource, destroy, isDestroyed, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warnprotected void releaseResources()
releaseResources in class DestroyableBasepublic AppManager loadSingleApp(AppDescriptor descriptor)
public void deploy(App app)
public void refresh()
public void refresh(App app)
public void load(App app)
public boolean unload(App app)
public static AppManager create()
Copyright © 2014–2017 ActFramework. All rights reserved.