public class BOYPVFactory
extends Object
The factory to create a PV for BOY. It will create either Utility PV or PVManager PV which depends on the preference
settings.
-
Constructor Summary
Constructors
-
Method Summary
Create a PV based on PV connection layer preference.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BOYPVFactory
public BOYPVFactory()
-
Method Details
-
createPV
Create a PV. If it is using PV Manager, max update rate is determined by GUI Refresh cycle.
- Throws:
Exception
-
createPV
Create a PV based on PV connection layer preference.
- Parameters:
updateDuration
- the fastest update duration.
- Throws:
Exception