| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
mcs
|
Class RingingDeviceSetEntry
|
public class RingingDeviceSetEntry
The RingingDeviceSetEntry describes how a particular Device should be attempted. Specifically, the entry defines what Device to attempt and when the attempt should start and end. This start and end mechanism allows the ringing attempts to be scheduled in order to resolve network latency an make devices truely ring sequencially or to pattern the ringing attempts of different devices across a RingingDeviceSet. RingingDeviceSetEntries are provisionable and clonable.
| Field Summary |
private String |
|
private String |
|
private String |
|
private String device
The device attribute defines the Device to attempt
Constraints:
- must be a valid Device (not null)
Default:
- none
Clone:
- yes - deep. The cloned RingingDeviceSetEntry references the cloned Device instance (with the same name as the original)
Multiplicity:
1
private String ringingDuration
The ringingDuration defines how long (in seconds) the Device should be attempted
Constraints:
- 0 < ringingDuration <= 180
Default:
- 30
Clone:
- yes, verbatim
Multiplicity:
1
private String ringingStartTime
The ringingStartTime defines when the Device should be attempted relative to other Devices.
Constraints:
- 0 <= ringingStartTime <= 180
Default:
- 0
Clone:
- yes, verbatim
Multiplicity:
1
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|