public class DefaultSingleton extends Object implements ISingleton, SingletonInitialize, ISingletonInternal
DefaultSingleton class.
| Constructor and Description |
|---|
DefaultSingleton() |
| Modifier and Type | Method and Description |
|---|---|
Base |
base()
base.
|
MActivator |
createActivator()
createActivator.
|
void |
doInitialize(ClassLoader coreLoader)
doInitialize.
|
BaseControl |
getBaseControl()
getBaseControl.
|
IConfig |
getConfig()
getConfig.
|
ConfigProvider |
getConfigProvider()
getConfigProvider.
|
LogFactory |
getLogFactory()
getLogFactory.
|
Set<String> |
getLogTrace()
getLogTrace.
|
boolean |
isTrace(String name)
isTrace.
|
void |
reConfigure()
reConfigure.
|
void |
setLogFactory(LogFactory logFactory)
setLogFactory.
|
public void doInitialize(ClassLoader coreLoader)
doInitialize.
doInitialize in interface SingletonInitializecoreLoader - a ClassLoader object.public void reConfigure()
reConfigure.
reConfigure in interface ISingletonpublic BaseControl getBaseControl()
getBaseControl.
getBaseControl in interface ISingletonBaseControl object.public MActivator createActivator()
createActivator.
createActivator in interface ISingletonMActivator object.public LogFactory getLogFactory()
getLogFactory.
getLogFactory in interface ISingletonLogFactory object.public ConfigProvider getConfigProvider()
getConfigProvider.
getConfigProvider in interface ISingletonConfigProvider object.public boolean isTrace(String name)
isTrace.
isTrace in interface ISingletonname - a String object.public Base base()
base.
base in interface ISingletonBase object.public void setLogFactory(LogFactory logFactory)
setLogFactory.
setLogFactory in interface ISingletonInternallogFactory - a LogFactory object.public Set<String> getLogTrace()
getLogTrace.
getLogTrace in interface ISingletonInternalSet object.Copyright © 2016. All Rights Reserved.