public abstract class AppServiceBase<T extends AppServiceBase> extends AppHolderBase<T> implements AppService<T>
Destroyable.Utillogger| Modifier | Constructor and Description |
|---|---|
protected |
AppServiceBase() |
protected |
AppServiceBase(App app) |
protected |
AppServiceBase(App app,
boolean noDiBinder) |
| Modifier and Type | Method and Description |
|---|---|
T |
app(App app) |
void |
onAppStart() |
void |
onAppStartAsync() |
protected abstract void |
releaseResources() |
app, meaddSubResource, destroy, isDestroyed, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyed, scopeprotected AppServiceBase()
protected AppServiceBase(App app)
protected AppServiceBase(App app, boolean noDiBinder)
public T app(App app)
app in interface AppHolder<T extends AppServiceBase>app in class AppHolderBase<T extends AppServiceBase>public void onAppStart()
public void onAppStartAsync()
protected abstract void releaseResources()
releaseResources in class AppHolderBase<T extends AppServiceBase>Copyright © 2014–2017 ActFramework. All rights reserved.