Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ro.nolimits.rue.conf
Class RueConfig  view RueConfig download RueConfig.java

java.lang.Object
  extended byro.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 $

Field Summary
private  ColorGeneratorConfig _colorGeneratorConfig
           
private  DataChannelConfig _dataChannelConfig
           
private  java.lang.String _historyFile
           
private  int _historySaveRate
           
private  java.lang.String _htmlViewer
           
private  long _refreshRate
           
private  java.util.Vector _viewerList
           
 
Constructor Summary
RueConfig()
           
 
Method Summary
 void addViewer(Viewer vViewer)
           
 java.util.Enumeration enumerateViewer()
           
 ColorGeneratorConfig getColorGeneratorConfig()
           
 DataChannelConfig getDataChannelConfig()
           
 java.lang.String getHistoryFile()
           
 int getHistorySaveRate()
           
 java.lang.String getHtmlViewer()
           
 long getRefreshRate()
           
 Viewer[] getViewer()
           
 Viewer getViewer(int index)
           
 int getViewerCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllViewer()
           
 Viewer removeViewer(int index)
           
 void setColorGeneratorConfig(ColorGeneratorConfig _colorGeneratorConfig)
           
 void setDataChannelConfig(DataChannelConfig _dataChannelConfig)
           
 void setHistoryFile(java.lang.String _historyFile)
           
 void setHistorySaveRate(int _historySaveRate)
           
 void setHtmlViewer(java.lang.String _htmlViewer)
           
 void setRefreshRate(long _refreshRate)
           
 void setViewer(Viewer vViewer, int index)
           
static RueConfig unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

RueConfig

public RueConfig()
Method Detail

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