Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.application
Enum GFAppCfgEvent.AppCfgEventType

java.lang.Object
  extended by java.lang.Enum<GFAppCfgEvent.AppCfgEventType>
      extended by com.genesyslab.platform.apptemplate.application.GFAppCfgEvent.AppCfgEventType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GFAppCfgEvent.AppCfgEventType>
Enclosing interface:
GFAppCfgEvent

public static enum GFAppCfgEvent.AppCfgEventType
extends java.lang.Enum<GFAppCfgEvent.AppCfgEventType>

Enumeration with possible types of Genesys CME application configuration manager events.

See Also:
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

ConfSrvConnected

public static final GFAppCfgEvent.AppCfgEventType ConfSrvConnected
Notifies application on configuration server connection opened (or restored) event.
This event is not to deliver configuration objects properties. If this connection has been opened for the first time, or it has been reopened without session restored, then AppConfigReceived event will follow.


ConfSrvDisconnected

public static final GFAppCfgEvent.AppCfgEventType ConfSrvDisconnected
This event means that configuration server connection has been lost.


AppConfigReceived

public static final GFAppCfgEvent.AppCfgEventType AppConfigReceived
This event is to deliver the application configuration data after ConfSrvConnected, or at explicit application request.


AppConfigUpdated

public static final GFAppCfgEvent.AppCfgEventType 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

public static final GFAppCfgEvent.AppCfgEventType 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.


ConnSrvUpdated

public static final GFAppCfgEvent.AppCfgEventType 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.


ConnHostUpdated

public static final GFAppCfgEvent.AppCfgEventType 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.

Method Detail

values

public static GFAppCfgEvent.AppCfgEventType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GFAppCfgEvent.AppCfgEventType c : GFAppCfgEvent.AppCfgEventType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GFAppCfgEvent.AppCfgEventType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.