Package | Description |
---|---|
com.TersoSolutions.Jetstream.SDK.Application.Events | |
com.TersoSolutions.Jetstream.SDK.Application.User |
Modifier and Type | Class and Description |
---|---|
class |
AggregateEvent
AggregateEvent is used to indicate a change in the current tag list.
|
class |
CommandCompletionEvent
CommandCompletionEvent is published when a command has been completed on a
device.
|
class |
CommandQueuedEvent
CommandQueuedEvent signals when any user of your application has queued a
command.
|
class |
DeviceFailureEvent
DeviceFailureEvent is published to subscribers when a physical device has
failed for any reason.
|
class |
DeviceRestoreEvent
DeviceRestoreEvent is published to subscribers when a physical device has
been recovered from failure by Terso technical support.
|
class |
HeartbeatEvent
HeartbeatEvent is used to indicate that a device is still working properly
and has internet connectivity.
|
class |
LogEntryEvent
LogEntryEvent event data indicates when a device has added a record or
multiple records to its syslog or eventlog.
|
class |
LogicalDeviceAddedEvent
LogicalDeviceAddedEvent event data indicates when an application has added a
logical device using AddLogicalDevice.
|
class |
LogicalDeviceRemovedEvent
LogicalDeviceRemovedEvent event data indicates when an application has
removed a logical device using RemoveLogicalDevice.
|
class |
ObjectEvent
The ObjectEvent indicates a tag list that has been read by an RFID reader.
|
class |
SensorReadingEvent
SensorReading event is published when a sensor has provided Jetstream® with
a new reading or a batch of readings.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JetstreamEvent> |
GetEventsResponse.getEventList() |