|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GFAppCfgEvent.AppCfgEventType>
com.genesyslab.platform.apptemplate.application.GFAppCfgEvent.AppCfgEventType
public static enum GFAppCfgEvent.AppCfgEventType
Enumeration with possible types of Genesys CME application configuration manager events.
GFAppCfgEvent
Enum Constant Summary | |
---|---|
AppConfigReceived
This event is to deliver the application configuration data after ConfSrvConnected , or at explicit application request. |
|
AppConfigUpdated
This is to notify about some change(s) in the application configuration object properties in the configuration server. This event also contains ConfData value with
CfgDeltaApplication . |
|
AppHostUpdated
This is to notify about some change(s) in the applications' host configuration object properties in the configuration server. This event also contains ConfData value with
CfgDeltaHost . |
|
ConfSrvConnected
Notifies application on configuration server connection opened (or restored) event. This event is not to deliver configuration objects properties. |
|
ConfSrvDisconnected
This event means that configuration server connection has been lost. |
|
ConnHostUpdated
This is to notify about some change(s) in properties of host configuration object, which is configured as a host server for an application, which is in the Connections section of the application in the configuration server. This event also contains ConfData value with
CfgDeltaHost . |
|
ConnSrvUpdated
This is to notify about some change(s) in properties of application configuration object, which is in the Connections section of the application in the configuration server. This event also contains ConfData value with
CfgDeltaApplication . |
Method Summary | |
---|---|
static GFAppCfgEvent.AppCfgEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GFAppCfgEvent.AppCfgEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GFAppCfgEvent.AppCfgEventType ConfSrvConnected
AppConfigReceived
event will follow.
public static final GFAppCfgEvent.AppCfgEventType ConfSrvDisconnected
public static final GFAppCfgEvent.AppCfgEventType AppConfigReceived
ConfSrvConnected
, or at explicit application request.
public static final GFAppCfgEvent.AppCfgEventType AppConfigUpdated
ConfData
value with
CfgDeltaApplication
.
public static final GFAppCfgEvent.AppCfgEventType AppHostUpdated
ConfData
value with
CfgDeltaHost
.
public static final GFAppCfgEvent.AppCfgEventType ConnSrvUpdated
ConfData
value with
CfgDeltaApplication
.
public static final GFAppCfgEvent.AppCfgEventType ConnHostUpdated
ConfData
value with
CfgDeltaHost
.
Method Detail |
---|
public static GFAppCfgEvent.AppCfgEventType[] values()
for (GFAppCfgEvent.AppCfgEventType c : GFAppCfgEvent.AppCfgEventType.values()) System.out.println(c);
public static GFAppCfgEvent.AppCfgEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |