|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.application.GFApplicationConfigurationManager.GFApplicationContextImpl
protected class GFApplicationConfigurationManager.GFApplicationContextImpl
Constructor Summary | |
---|---|
protected |
GFApplicationConfigurationManager.GFApplicationContextImpl()
|
Method Summary | |
---|---|
IGApplicationConfiguration |
getConfiguration()
Returns the application configuration current state snapshot. |
IConfService |
getConfService()
Provides reference to the configuration service. |
LmsEventLogger |
getLmsEventLogger()
Returns the application LmsEventLogger. Application may use (and share between its modules) this logger instance, or it may use the logger factory ( GFApplicationContext.getLmsLoggerFactory() )
to create named loggers for own needs. |
LmsLoggerFactory |
getLmsLoggerFactory()
Returns facade interface of LmsEventLogger 's factory.It allows applications to create separate LMS events loggers for different modules, though, it's OK to share the one, which is already created by the application manager - GFApplicationContext.getLmsEventLogger() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GFApplicationConfigurationManager.GFApplicationContextImpl()
Method Detail |
---|
public IConfService getConfService()
GFApplicationContext
getConfService
in interface GFApplicationContext
public IGApplicationConfiguration getConfiguration()
GFApplicationContext
getConfiguration
in interface GFApplicationContext
public LmsLoggerFactory getLmsLoggerFactory()
GFApplicationContext
LmsEventLogger
's factory.GFApplicationContext.getLmsEventLogger()
.
getLmsLoggerFactory
in interface GFApplicationContext
GFApplicationContext.getLmsEventLogger()
public LmsEventLogger getLmsEventLogger()
GFApplicationContext
GFApplicationContext.getLmsLoggerFactory()
)
to create named loggers for own needs.
getLmsEventLogger
in interface GFApplicationContext
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |