org.lsst.ccs.subsystem.common
Class SamplingMonitor

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystem.common.SamplingMonitor
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class SamplingMonitor
extends org.lsst.ccs.framework.Module

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module
org.lsst.ccs.framework.Module.ValueUpdate
 
Field Summary
 
Fields inherited from class org.lsst.ccs.framework.Module
log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
SamplingMonitor()
           
 
Method Summary
 java.lang.String getAttribute()
           
 java.lang.String getOutAttribute()
           
 org.lsst.ccs.framework.Module getSource()
           
 void setAttribute(java.lang.String attribute)
           
 void setOutAttribute(java.lang.String outAttribute)
           
 void setSource(org.lsst.ccs.framework.Module source)
           
 void tick()
           
 
Methods inherited from class org.lsst.ccs.framework.Module
getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, processUpdate, publishData, publishData, publishData, publishData, sendToReply, sendToStatus, setBeanName, setContext, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownNow, start, update
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamplingMonitor

public SamplingMonitor()
Method Detail

getSource

public org.lsst.ccs.framework.Module getSource()

setSource

public void setSource(org.lsst.ccs.framework.Module source)

getAttribute

public java.lang.String getAttribute()

setAttribute

public void setAttribute(java.lang.String attribute)

getOutAttribute

public java.lang.String getOutAttribute()

setOutAttribute

public void setOutAttribute(java.lang.String outAttribute)

tick

public void tick()
Overrides:
tick in class org.lsst.ccs.framework.Module


Copyright © 2012 LSST. All Rights Reserved.