Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.warmstandby
Class WarmStandbyState

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.applicationblocks.warmstandby.WarmStandbyState

public final class WarmStandbyState
extends GEnum

WarmStandbyState enumeration lists all the states the WarmStandbyService can have.


Field Summary
static WarmStandbyState IDLE
          WarmStandbyService is started/activated and is monitoring the channel state transitions.
static WarmStandbyState OFF
          WarmStandbyService is stopped/deactivated.
static WarmStandbyState RECONNECTING
          WarmStandbyService is active and trying to reconnect the channel.
static WarmStandbyState WAITING
          WarmStandbyService is active and waiting for the reconnect timeout to expire.
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
 
Methods inherited from class com.genesyslab.platform.commons.GEnum
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OFF

public static final WarmStandbyState OFF
WarmStandbyService is stopped/deactivated.


IDLE

public static final WarmStandbyState IDLE
WarmStandbyService is started/activated and is monitoring the channel state transitions.


RECONNECTING

public static final WarmStandbyState RECONNECTING
WarmStandbyService is active and trying to reconnect the channel.


WAITING

public static final WarmStandbyState WAITING
WarmStandbyService is active and waiting for the reconnect timeout to expire.


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.