public class DefaultSingleton extends Object implements ISingleton, SingletonInitialize
| Constructor and Description |
|---|
DefaultSingleton() |
| Modifier and Type | Method and Description |
|---|---|
MActivator |
createActivator() |
Log |
createLog(Object owner) |
void |
doInitialize(ClassLoader coreLoader) |
BaseControl |
getBaseControl() |
IConfig |
getConfig() |
ConfigProvider |
getConfigProvider() |
LogFactory |
getLogFactory() |
boolean |
isTrace(String name) |
public Log createLog(Object owner)
createLog in interface ISingletonpublic void doInitialize(ClassLoader coreLoader)
doInitialize in interface SingletonInitializepublic IConfig getConfig()
public BaseControl getBaseControl()
getBaseControl in interface ISingletonpublic MActivator createActivator()
createActivator in interface ISingletonpublic LogFactory getLogFactory()
getLogFactory in interface ISingletonpublic ConfigProvider getConfigProvider()
getConfigProvider in interface ISingletonpublic boolean isTrace(String name)
isTrace in interface ISingletonCopyright © 2014. All rights reserved.