org.csstudio.utility.pv
Interface IPVFactory


public interface IPVFactory

Interface that implementors of the PVFactory extension point must provide.

Author:
Kay Kasemir

Method Summary
 PV createPV(java.lang.String name)
          Create a PV for the given channel name.
 

Method Detail

createPV

PV createPV(java.lang.String name)
            throws java.lang.Exception
Create a PV for the given channel name.

Parameters:
name - Name of the Process Variable
Returns:
PV
Throws:
java.lang.Exception - on error