JMACS

org.jmacs.pd
Class Constants

java.lang.Object
  extended by org.jmacs.pd.Constants
All Implemented Interfaces:
Serializable

public class Constants
extends Object
implements Serializable

passed to the constructors of the IMonitorGui and IControlsGui used by DiClient in order that any corr'ding GUIs provided by the device may be nested inside them.

Version:
$Id: Constants.java 796 2006-07-14 14:39:58Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Method Summary
 IControlsGui createControlsGui()
          returns controls gui, given that required classloader is available as the context classloader.
 IMonitorGui createMonitorGui()
          returns monitor gui, given that required classloader is available as the context classloader.
 String getDevicePkgName()
          returns package name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDevicePkgName

public String getDevicePkgName()
returns package name.


createMonitorGui

public IMonitorGui createMonitorGui()
returns monitor gui, given that required classloader is available as the context classloader.


createControlsGui

public IControlsGui createControlsGui()
returns controls gui, given that required classloader is available as the context classloader.


JMACS

jmacs.org