|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GFApplicationContext | |
---|---|
com.genesyslab.platform.apptemplate.application | This package provides helper components for connectivity with Genesys Configuration Framework. |
com.genesyslab.platform.apptemplate.log4j2 | This package contains a set of AppTemplate classes related to Log4j v2 support. |
Uses of GFApplicationContext in com.genesyslab.platform.apptemplate.application |
---|
Classes in com.genesyslab.platform.apptemplate.application that implement GFApplicationContext | |
---|---|
protected class |
GFApplicationConfigurationManager.GFApplicationContextImpl
|
Methods in com.genesyslab.platform.apptemplate.application that return GFApplicationContext | |
---|---|
GFApplicationContext |
GFApplicationConfigurationManager.getAppContext()
|
GFApplicationContext |
GFApplicationConfigurationManager.GFAppCfgEventImpl.getAppContext()
|
GFApplicationContext |
GFAppCfgEvent.getAppContext()
Provides the Genesys CME application configuration manager context. |
Methods in com.genesyslab.platform.apptemplate.application with parameters of type GFApplicationContext | |
---|---|
protected boolean |
GFAppCfgLogOptionsEventListener.applyLoggingOptions(GFApplicationContext appCtx,
IGApplicationConfiguration appConfig,
CfgDeltaApplication deltaApp,
LmsMessageConveyor lmsMessages)
Applies new logging options to given LmsMessagesConveyor . |
protected static boolean |
GFAppCfgLogOptionsEventListener.logOptionsChanged(GFApplicationContext appCtx,
IGApplicationConfiguration appConfig,
CfgDeltaApplication deltaApp)
|
protected void |
GFAppCfgLogOptionsEventListener.onAppConfigReceived(GFApplicationContext appCtx,
IGApplicationConfiguration appConfig)
|
protected void |
GFAppCfgLogOptionsEventListener.onAppConfigUpdated(GFApplicationContext appCtx,
IGApplicationConfiguration appConfig,
CfgDeltaApplication deltaApp)
|
Constructors in com.genesyslab.platform.apptemplate.application with parameters of type GFApplicationContext | |
---|---|
GFApplicationConfigurationManager.GFAppCfgEventImpl(GFAppCfgEvent.AppCfgEventType type,
GFApplicationContext ctx,
IGApplicationConfiguration config,
ICfgObject confData)
Internal constructor of event implementation class. |
Uses of GFApplicationContext in com.genesyslab.platform.apptemplate.log4j2 |
---|
Methods in com.genesyslab.platform.apptemplate.log4j2 with parameters of type GFApplicationContext | |
---|---|
protected boolean |
GFAppLog4j2Updater.applyLoggingOptions(GFApplicationContext appCtx,
IGApplicationConfiguration appConfig,
CfgDeltaApplication deltaApp,
LmsMessageConveyor lmsMessages)
Parses logging options of given application configuration and applies it to the Log4j2 logging framework. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |