GenericAddress
This section lists the constructor, fields, methods, callback event methods, and returns (if applicable) associated with this class.
The GenericAddress class extends the _UQAddress class.
See _UQAddress.
Constructor
| Constructor | Returns |
|---|---|
|
GenericAddress() |
GenericAddress object |
Fields
The GenericAddress class inherits the following fields from the _Address class:
-
id
-
caps
See _Address.
The GenericAddress class inherits the tasks field from the _UQAddress class.
See _UQAddress.
| Field | Type |
|---|---|
|
agent |
Object |
|
genericconnections |
Object |
Methods
The GenericAddress class inherits the following methods from the _UQAddress class:
-
acceptTask
-
dequeueTask
See _UQAddress.
| Method | Returns |
|---|---|
|
getGenericconnectionByConnectionId (connectionId) |
Object |
|
getGenericconnectionindexByConnectionId (connectionId) |
Index |
|
getFreeGenericconnection |
Object |
Callback Event Methods
The GenericAddress class inherits the onError callback event method from the _Address class.
See _Address.
The GenericAddress class inherits the following callback event methods from the _UQAddress class:
-
onAccepted
-
onAcceptingTask
-
onDequeueingTask
-
onNotify
-
onTaskAdded
-
onTaskRemoved
-
onUnassigned
See _UQAddress.