Methods
| Method | Returns | Description |
|---|---|---|
| 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>