|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControlService
The ControlService interface defines the ControlService concept.
Control,
CommandService,
DeviceService,
MeasurementService,
A ControlService is a logical representation of a message. This may be a message from a hardware device,
or one sent to a hardware device. This is the super of CommandService, MeasurementService, SignalService, and DeviceService.
Each of these type provides a particular way to interface with a hardware device. Controls are
not generally used in a user application. Typically, the Commands, Measurements, and Signals are
used through the DeviceService Interface, rather than acessing the Controls directly.| Method Summary | |
|---|---|
java.lang.String |
getKey()
Gets the String key property value. |
| Method Detail |
|---|
java.lang.String getKey()
String key property value.
Each ControlService has a unique key. The getKey() method returns that unique key.
String) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||