Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol
Class HostStatus

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.management.protocol.HostStatus

public final class HostStatus
extends GEnum


Field Summary
static HostStatus DISCONNECTED
          LCA is not started.
static HostStatus RUNNING
          SCS Connected to LCA.
static HostStatus UNAVAILABLE
          Host completely down (power off), i.e.
static HostStatus UNKNOWN
           
static HostStatus UNREACHABLE
          We don't know anything about host, it is UNREACHABLE via network, i.e.
 
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

UNKNOWN

public static final HostStatus UNKNOWN

DISCONNECTED

public static final HostStatus DISCONNECTED
LCA is not started.


RUNNING

public static final HostStatus RUNNING
SCS Connected to LCA.


UNAVAILABLE

public static final HostStatus UNAVAILABLE
Host completely down (power off), i.e. UNAVAILABLE at all.


UNREACHABLE

public static final HostStatus UNREACHABLE
We don't know anything about host, it is UNREACHABLE via network, i.e. no route.


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.