Server

This section lists the constructor, fields, methods, callback event methods, and returns (if applicable) associated with this class.

Constructor

Constructor Returns

Server(serverID)

Server object

Fields

Field Type

id

String

info

String

state

String of the following constants:

  • ST_INSERVICE

  • ST_OUTOFSERVICE

type

String of the following constants:

  • TYPE_CTI

  • TYPE_UQ

Callback Event Methods

Callback Event Method Returns

onBroadcast(event)

None

onHbLost(event)

None

onHbRecovered(event)

None

onInService(event)

None

onOutOfService(event)

None

onRestart(event)

None