Methods in org.dawb.tango.extensions.factory that return TangoConnection |
static TangoConnection |
TangoConnectionFactory.openCommandConnection(java.lang.String hardwareURI)
This connection connects to a DeviceProxy and sends commands to the "ExecuteCmd"
string of the connection. |
static TangoConnection |
TangoConnectionFactory.openCommandConnection(java.lang.String hardwareURI,
java.lang.String outputAttribute)
This connection connects to a DeviceProxy and sends commands to the "ExecuteCmd"
string of the connection. |
static TangoConnection |
TangoConnectionFactory.openConnection(java.lang.String hardwareURI,
java.lang.String attributeName)
Get a connection to tango, this many also be a dummy connection
if the system is in dummy mode. |
static TangoConnection |
TangoConnectionFactory.openMonitoredConnection(java.lang.String hardwareURI,
java.lang.String attributeName)
Get a connection to tango, this many also be a dummy connection
if the system is in dummy mode. |