Package | Description |
---|---|
org.universAAL.lddi.abstraction |
This package assumes that there are external (meaning not readily connected
to universAAL) networking-enabled HW/SW components to which we may need
access in a universAAL network.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CommunicationGateway.register(String componentTypeURI,
ComponentIntegrator integrator)
To be used by
component integrators to
register to this gateway for external components of the given type. |
abstract int |
CommunicationGateway.startEventing(ComponentIntegrator integrator,
ExternalComponent component,
byte intervalSeconds)
Serves as means for subscribing for events related to the changes of the
value of any property of the given external component.
|
abstract int |
CommunicationGateway.startEventing(ComponentIntegrator integrator,
ExternalDatapoint datapoint,
byte intervalSeconds)
Serves as means for subscribing for events related to the changes of the
value of a given property of a given external component by specifying the
related external datapoint.
|
abstract int |
CommunicationGateway.startEventing(ComponentIntegrator integrator,
String componentTypeURI,
String propURI,
byte intervalSeconds)
If the given property URI is not null, serves as means for subscribing
for events related to the changes of the value of the given property of
any external component of the given type; otherwise, with propURI ==
null, it can be used to subscribe for the changes of the value of any
property of any external component of the given type.
|
Copyright © 2018 universAAL Consortium. All rights reserved.