A B C D E F G I L M P R S T U V W 

D

DbConfiguration - Class in com.spacecode.sdk.network
Describes a Database Configuration for Remote Devices.

Supported Database Management System are available as constant Strings.
DbConfiguration(String, int, String, String, String, String) - Constructor for class com.spacecode.sdk.network.DbConfiguration
Build a DbConfiguration which can be sent to/by the remote device to be configured.
deserialize(String) - Static method in class com.spacecode.sdk.device.data.Inventory
Create a new Inventory instance from a serialized one.
deserialize(String) - Static method in class com.spacecode.sdk.device.module.AuthenticationModule
Create a new instance by deserializing an AuthenticationModule.
deserialize(String) - Static method in class com.spacecode.sdk.network.alert.Alert
Create a new Alert instance from a serialized one.
deserialize(String) - Static method in class com.spacecode.sdk.user.User
Get a User from a serialized one.
Device - Class in com.spacecode.sdk.device
Spacecode Device class.
Device(String) - Constructor for class com.spacecode.sdk.device.Device
Try to detect the desired device on each serial port available.
Device(String, String) - Constructor for class com.spacecode.sdk.device.Device
Try to connect with a device on a specific serial port.
Device.EventDispatcher - Class in com.spacecode.sdk.device
Dispatch events to listeners.
Device.EventDispatcher() - Constructor for class com.spacecode.sdk.device.Device.EventDispatcher
 
DeviceCreationException - Exception in com.spacecode.sdk.device
Type of exception raised by constructor(s) of Device (and subclasses).
DeviceCreationException(String, Exception) - Constructor for exception com.spacecode.sdk.device.DeviceCreationException
Default constructor.
DeviceCreationException(String) - Constructor for exception com.spacecode.sdk.device.DeviceCreationException
Special constructor, used when the DeviceCreationException is raised manually.
deviceDisconnected() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
 
deviceDisconnected() - Method in interface com.spacecode.sdk.device.event.BasicEventHandler
Called when the device has lost the connection to its RFID board.
DeviceEventHandler - Interface in com.spacecode.sdk.device.event
Marker Interface
DeviceStatus - Enum in com.spacecode.sdk.device.data
Spacecode Devices statuses.
deviceStatusChanged(DeviceStatus) - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
 
deviceStatusChanged(DeviceStatus) - Method in interface com.spacecode.sdk.device.event.BasicEventHandler
Called when the device status has changed (see DeviceStatus).
DeviceType - Enum in com.spacecode.sdk.device.data
Spacecode Device types.
disconnectTemperatureProbe() - Method in class com.spacecode.sdk.device.Device
Ask the current device to "release" its temperature probe(s) (if any has been added) and remove it.
doorClosed() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
 
doorClosed() - Method in interface com.spacecode.sdk.device.event.DoorEventHandler
Called when a door has been closed.
DoorEventHandler - Interface in com.spacecode.sdk.device.event
Door(s) events.
doorOpenDelay() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
 
doorOpenDelay() - Method in interface com.spacecode.sdk.device.event.DoorEventHandler
Called when a door has been open for too long.
doorOpened() - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
 
doorOpened() - Method in interface com.spacecode.sdk.device.event.DoorEventHandler
Called when a door has been open.
A B C D E F G I L M P R S T U V W