java.lang.Object
ro.nolimits.rue.conf.RueConfig
- All Implemented Interfaces:
- java.io.Serializable
- public class RueConfig
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 0.5.1.1 $ $Date: 2000/08/01 10:52:09 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_refreshRate
private long _refreshRate
_historySaveRate
private int _historySaveRate
_historyFile
private java.lang.String _historyFile
_htmlViewer
private java.lang.String _htmlViewer
_colorGeneratorConfig
private ColorGeneratorConfig _colorGeneratorConfig
_viewerList
private java.util.Vector _viewerList
_dataChannelConfig
private DataChannelConfig _dataChannelConfig
RueConfig
public RueConfig()
addViewer
public void addViewer(Viewer vViewer)
throws java.lang.IndexOutOfBoundsException
enumerateViewer
public java.util.Enumeration enumerateViewer()
getColorGeneratorConfig
public ColorGeneratorConfig getColorGeneratorConfig()
getDataChannelConfig
public DataChannelConfig getDataChannelConfig()
getHistoryFile
public java.lang.String getHistoryFile()
getHistorySaveRate
public int getHistorySaveRate()
getHtmlViewer
public java.lang.String getHtmlViewer()
getRefreshRate
public long getRefreshRate()
getViewer
public Viewer getViewer(int index)
throws java.lang.IndexOutOfBoundsException
getViewer
public Viewer[] getViewer()
getViewerCount
public int getViewerCount()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
removeAllViewer
public void removeAllViewer()
removeViewer
public Viewer removeViewer(int index)
setColorGeneratorConfig
public void setColorGeneratorConfig(ColorGeneratorConfig _colorGeneratorConfig)
setDataChannelConfig
public void setDataChannelConfig(DataChannelConfig _dataChannelConfig)
setHistoryFile
public void setHistoryFile(java.lang.String _historyFile)
setHistorySaveRate
public void setHistorySaveRate(int _historySaveRate)
setHtmlViewer
public void setHtmlViewer(java.lang.String _htmlViewer)
setRefreshRate
public void setRefreshRate(long _refreshRate)
setViewer
public void setViewer(Viewer vViewer,
int index)
throws java.lang.IndexOutOfBoundsException
unmarshal
public static RueConfig unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
validate
public void validate()
throws org.exolab.castor.xml.ValidationException