Accessing KEB service
- See also
- Accessing Xentara Elements in the Xentara user manual
KEB service has the following members that can be used for diagnostic purposes:
- Attributes
key | The service’s primary key. |
name | The service’s name. The name is the last component of the primary key. |
UUID | The unique UUID of the service. |
type | The service’s element type. For KEB services, this is always “KEB service”. |
category | The service’s category. For KEB services, this is always “ExternalInterface”. |
address | The network address of the NOA Message Bus. |
serviceName | The name of the service used by the NOA Message Bus. |
state | The general state of the service. |
error | The general error of the service. |
isServiceRegistered | If the service is registered successfully. |
serviceRegistrationError | The last error during the service registration. |
dataConnectionState | The state of the data connection. |
dataConnectionError | The last error of the data connection. |
commandConnectionState | The state of the command connection. |
commandConnectionError | The last error of the command connection. |
- Tasks
reconnect | If the service is disconnected, try to reconnect to the NOA Message Bus. |
- Events
connected | The event is raised when the service is connected to the NOA Message Bus. |
disconnected | The event is raised when the service is disconnected from the NOA Message Bus. |