|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GFApplicationContext
The application runtime context interface provided by the application
configuration manager (GFApplicationConfigurationManager
).
GFApplicationConfigurationManager
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 ( 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 - getLmsEventLogger() . |
Method Detail |
---|
IConfService getConfService()
IGApplicationConfiguration getConfiguration()
LmsLoggerFactory getLmsLoggerFactory()
LmsEventLogger
's factory.getLmsEventLogger()
.
getLmsEventLogger()
LmsEventLogger getLmsEventLogger()
getLmsLoggerFactory()
)
to create named loggers for own needs.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |