GenericAddress Class Methods

The GenericAddress class inherits the following methods from the _UQAddress class:

  • acceptTask

  • dequeueTask

See _UQAddress Methods.

The following are GenericAddress own class methods.

Syntax

getFreeGenericconnectio()

Description

Get the free generic connection object. A connection is free if there is no activity on this line.

Parameters

None.

Returns

Returns genericconnection object, null if there is no free line.

Syntax

getFreeGenericconnectio(connectionId)

Description

Get the genericconnection object with the genericconnection id.

Parameters

Field or Control

Definition

connectionId

The connection id associated with a generic.

Returns

Returns line object, null if there is no connection with that genericconnection id.

Syntax

getGenericconnectionindexByConnectionId(connectionId)

Description

Get the genericconnection index with the genericconnection id.

Parameters

Field or Control

Definition

connectionId

The connection id associated with a generic.

Returns

Returns index, -1 if there is no connection with that genericconnection id.