|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UUID | |
com.digi.config.core | Provides classes for communicating with device server. |
Uses of UUID in com.digi.config.core |
Fields in com.digi.config.core declared as UUID | |
(package private) UUID |
ControllerImpl.id
Id of this controller |
(package private) UUID |
ControlledItemImpl.id
|
(package private) UUID |
ControlledItemImpl.owningCtlrId
|
Methods in com.digi.config.core that return UUID | |
UUID |
ControllerImpl.getId()
Returns a Key that uniquely identifies the controller. |
UUID |
Controller.getId()
Returns a Key that uniquely identifies the controller. |
UUID |
ControlledItemImpl.getId()
Returns a Key that uniquely identifies the object to the controller. |
UUID |
ControlledItemImpl.getOwningCtlrId()
Returns a UUID that uniquely identifies the controller that this defined item is controlled by. |
UUID |
ControlledItem.getId()
Returns a Key that uniquely identifies the object to the controller. |
UUID |
ControlledItem.getOwningCtlrId()
Returns a UUID that uniquely identifies the controller that this defined item is controlled by. |
Methods in com.digi.config.core with parameters of type UUID | |
void |
ControlledItemImpl.setOwningCtlrId(UUID id)
Sets the UUID that uniquely identifies the controller that this defined item is controlled by. |
void |
ControlledItem.setOwningCtlrId(UUID id)
Sets the UUID that uniquely identifies the controller that this defined item is controlled by. |
Constructors in com.digi.config.core with parameters of type UUID | |
ControlledItemImpl(UUID id)
Construct the Controlled Item with a generated controller id |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |