Interaction SDK
(Web Services)

com.genesyslab.ail.ws.system

Class Summary
ServerDescriptionDTO This class describes the DTO data for a server.

Enum Summary
ServerStatus Enumeration for possible server statuses.
ServerType Enumeration for the types of servers.

Class Detail

ServerDescriptionDTO

This class describes the DTO data for a server.

Fields:

  name  String
   The server name.

  data  com.genesyslab.ail.ws.KeyValue[]
   The DTO attributes.

Enum Detail

ServerStatus

Enumeration for possible server statuses.

Members:

  UNKNOWN
   Unknown server status.

  ABSENT
   Server status absent.

  LICENSE
   The server cannot be connected for license problems.

  OFF
   Server not running or disconnected.

  ON
   Server status running and connected.

  RESTORING
   Server status 'connection restoring'.

ServerType

Enumeration for the types of servers.

Members:

  CHAT
   Chat server.

  TELEPHONY
   Telephony server.

  CONFIGURATION
   Configuration server.

  DATABASE
   Database server.

  STATISTIC
   Statistic server.

  AIL
   AIL server itself.

  IS
   Workflow engine server.

Interaction SDK
(Web Services)