public static enum GFAppCfgEvent.AppCfgEventType extends java.lang.Enum<GFAppCfgEvent.AppCfgEventType>
GFAppCfgEvent
Enum Constant | Description |
---|---|
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 . |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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
.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 namejava.lang.NullPointerException
- if the argument is nullSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.