|
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.Objectjava.util.EventObject
com.genesyslab.platform.apptemplate.application.GFApplicationConfigurationManager.GFAppCfgEventImpl
protected class GFApplicationConfigurationManager.GFAppCfgEventImpl
Internal implementation of Genesys CME application configuration manager event.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.genesyslab.platform.apptemplate.application.GFAppCfgEvent |
---|
GFAppCfgEvent.AppCfgEventType |
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
protected |
GFApplicationConfigurationManager.GFAppCfgEventImpl(GFAppCfgEvent.AppCfgEventType type,
GFApplicationContext ctx,
IGApplicationConfiguration config,
ICfgObject confData)
Internal constructor of event implementation class. |
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. |
java.lang.String |
toString()
|
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected GFApplicationConfigurationManager.GFAppCfgEventImpl(GFAppCfgEvent.AppCfgEventType type, GFApplicationContext ctx, IGApplicationConfiguration config, ICfgObject confData)
Method Detail |
---|
public GFAppCfgEvent.AppCfgEventType getEventType()
GFAppCfgEvent
getEventType
in interface GFAppCfgEvent
public GFApplicationContext getAppContext()
GFAppCfgEvent
getAppContext
in interface GFAppCfgEvent
public IGApplicationConfiguration getAppConfig()
GFAppCfgEvent
getAppConfig
in interface GFAppCfgEvent
null
(depending on the event type).
public ICfgObject getConfData()
GFAppCfgEvent
Event Type | Value type |
---|---|
ConfSrvConnected ,
ConfSrvDisconnected |
null |
AppConfigReceived |
CfgApplication |
AppConfigUpdated ,
ConnSrvUpdated |
CfgDeltaApplication |
AppHostUpdated ,
ConnHostUpdated |
CfgDeltaHost |
getConfData
in interface GFAppCfgEvent
public java.lang.String toString()
toString
in class java.util.EventObject
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |