|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgDeltaApplication | |
---|---|
com.genesyslab.platform.apptemplate.application | This package provides helper components for connectivity with Genesys Configuration Framework. |
com.genesyslab.platform.apptemplate.configuration | Provides helper classes that read application options and other data from Configuration Server, converts it to corresponding Platform SDK objects and makes it easier to set up connections to backend servers and other applications. |
com.genesyslab.platform.apptemplate.log4j2 | This package contains a set of AppTemplate classes related to Log4j v2 support. |
Uses of CfgDeltaApplication in com.genesyslab.platform.apptemplate.application |
---|
Methods in com.genesyslab.platform.apptemplate.application with parameters of type CfgDeltaApplication | |
---|---|
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.onAppConfigUpdated(GFApplicationContext appCtx,
IGApplicationConfiguration appConfig,
CfgDeltaApplication deltaApp)
|
Uses of CfgDeltaApplication in com.genesyslab.platform.apptemplate.configuration |
---|
Methods in com.genesyslab.platform.apptemplate.configuration with parameters of type CfgDeltaApplication | |
---|---|
static boolean |
MessagePrinterHelper.isConfigurationChanged(CfgDeltaApplication delta,
java.lang.String sectionName)
Checks if CfgDeltaApplication has changes in hidden attributes section. |
Uses of CfgDeltaApplication in com.genesyslab.platform.apptemplate.log4j2 |
---|
Methods in com.genesyslab.platform.apptemplate.log4j2 with parameters of type CfgDeltaApplication | |
---|---|
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 |