public interface RoleAssertService
| Modifier and Type | Method and Description |
|---|---|
void |
informRole(ControllerRole role,
ControllerNode controller,
ControlledEntity device)
Informs the given device of the role the specified controller is about
to take oath in relation to that device.
|
void |
informRole(ControllerRole role,
ControllerNode controller,
Set<ControlledEntity> devices)
Informs the given set of devices of the role the specified controller
is about to take oath in relation to those devices.
|
void informRole(ControllerRole role, ControllerNode controller, ControlledEntity device)
role - the role to be advertisedcontroller - controller owning the roledevice - the devices to which the role message has to be informedvoid informRole(ControllerRole role, ControllerNode controller, Set<ControlledEntity> devices)
role - the role to be advertisedcontroller - controller owning the roledevices - the devices to which the role message has to be informedCopyright © 2014. All Rights Reserved.