Config1_Monitor

Represents the current state of the system. Instances of this class should be obtained using system.getMonitor().

Methods

MethodReturnsDescription
getConnections() Array.<Config1_Connection>

Returns an array of Connection objects, each describing a single connection that currently connected to the system.

killSession() Array.<Config1_Connection>

Returns an array of Connection objects, each describing a single connection that currently connected to the system.

Method Details

getConnections() → {Array.<Config1_Connection>}

Description:
  • Returns an array of Connection objects, each describing a single connection that currently connected to the system.

Returns:

Array of Connection objects.

Type
Array.<Config1_Connection>

killSession(siteID, sessionID) → {Array.<Config1_Connection>}

Description:
  • Returns an array of Connection objects, each describing a single connection that currently connected to the system.

Parameters:
Name Type Description
siteID String

ID of site (from Connection object).

sessionID String

ID of session (from Connection object).

Returns:

Array of Connection objects.

Type
Array.<Config1_Connection>