public interface DynamicDeviceGroup
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseNode()
Returns the dynamic device group base node
|
java.lang.String |
getControlUnitsFilter()
Returns the control unit filter of this dynamic device group.
|
Enumerator |
getCurrentMemberControlUnits(java.lang.String cuType)
Returns all the control units of given type in this dynamic group in this moment
|
java.lang.String |
getName()
Returns the name of this group
|
void |
setBaseNode(java.lang.String path)
Sets the base node of this device group.
|
void |
setControlUnitsFilter(java.lang.String filter)
Sets the control unit filter of this dynamic device group
given as a management script text.
|
void setControlUnitsFilter(java.lang.String filter)
throws ManagementException
filter - control unit filter for selecting control unitsManagementException - if an error occursjava.lang.String getControlUnitsFilter()
throws ManagementException
ManagementException - if an error occursvoid setBaseNode(java.lang.String path)
throws ManagementException
path - the path of the base nodeManagementException - if an error occursjava.lang.String getBaseNode()
throws ManagementException
ManagementException - if an error occursjava.lang.String getName()
throws ManagementException
ManagementException - if an error occursEnumerator getCurrentMemberControlUnits(java.lang.String cuType) throws ManagementException
cuType - control unit type of members to be retrievedManagementException - if an error occursCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.