org.dawb.common.ui.views.monitor
Class MonitorUtils

java.lang.Object
  extended by org.dawb.common.ui.views.monitor.MonitorUtils

public class MonitorUtils
extends java.lang.Object


Constructor Summary
MonitorUtils()
           
 
Method Summary
static HardwareObject createHardwareObject()
          Reads extension point to get class implementing ServerObject which knows how to connect to the hardware.
static HardwareObject createHardwareObject(java.lang.String hardwareName)
          Reads extension point to get class implementing ServerObject which knows how to connect to the hardware.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorUtils

public MonitorUtils()
Method Detail

createHardwareObject

public static HardwareObject createHardwareObject()
                                           throws org.eclipse.core.runtime.CoreException
Reads extension point to get class implementing ServerObject which knows how to connect to the hardware.

Returns:
Throws:
org.eclipse.core.runtime.CoreException

createHardwareObject

public static HardwareObject createHardwareObject(java.lang.String hardwareName)
                                           throws org.eclipse.core.runtime.CoreException
Reads extension point to get class implementing ServerObject which knows how to connect to the hardware.

Parameters:
hardwareName, - may be null
Returns:
Throws:
org.eclipse.core.runtime.CoreException