public class MonitorQueueFactory extends Object
Constructor and Description |
---|
MonitorQueueFactory() |
Modifier and Type | Method and Description |
---|---|
static MonitorQueue |
create(MonitorElement[] monitorElements)
Create a MonitorQueue.
|
static MonitorElement |
createMonitorElement(PVStructure pvStructure)
Create a MonitorElememnt.
|
public static MonitorQueue create(MonitorElement[] monitorElements)
monitorElements
- This is MonitorElement array. Each monitorElement must be created by
calling MonitorQueueFactory.createMonitorElement.IllegalStateException
- if the queue size is not at least 2.public static MonitorElement createMonitorElement(PVStructure pvStructure)
pvStructure
- The data structure for the monitorElement.Copyright © 2014. All Rights Reserved.