|
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 GFAppCfgEvent
Interface describing event on Genesys CME application configuration manager.
Such events are delivered to user defined registeredSubscriber
's.
GFApplicationConfigurationManager
,
GFApplicationConfigurationManager.register(Subscriber<GFAppCfgEvent>)
,
GFApplicationConfigurationManager.register(Action<GFAppCfgEvent>, Predicate<GFAppCfgEvent>)
Nested Class Summary | |
---|---|
static class |
GFAppCfgEvent.AppCfgEventType
Enumeration with possible types of Genesys CME application configuration manager events. |
Method Summary | |
---|---|
IGApplicationConfiguration |
getAppConfig()
Provides "new" application configuration, which is to be used for configuration/reconfiguration of the application. |
GFApplicationContext |
getAppContext()
Provides the Genesys CME application configuration manager context. |
ICfgObject |
getConfData()
Provides original configuration data which caused this event. It's actual type (class) depends on the event type: Event TypeValue type ConfSrvConnected ,
ConfSrvDisconnected
null
AppConfigReceived
CfgApplication
AppConfigUpdated ,
ConnSrvUpdated
CfgDeltaApplication
AppHostUpdated ,
ConnHostUpdated
CfgDeltaHost
|
GFAppCfgEvent.AppCfgEventType |
getEventType()
Type of the Genesys CME application configuration manager event. |
Method Detail |
---|
GFAppCfgEvent.AppCfgEventType getEventType()
GFApplicationContext getAppContext()
IGApplicationConfiguration getAppConfig()
null
(depending on the event type).
ICfgObject getConfData()
Event Type | Value type |
---|---|
ConfSrvConnected ,
ConfSrvDisconnected |
null |
AppConfigReceived |
CfgApplication |
AppConfigUpdated ,
ConnSrvUpdated |
CfgDeltaApplication |
AppHostUpdated ,
ConnHostUpdated |
CfgDeltaHost |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |