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:
Serializable, Observer, org.lsst.ccs.framework.Configurable

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
 
Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable
org.lsst.ccs.framework.Configurable.Environment
 
Field Summary
 
Fields inherited from class org.lsst.ccs.framework.Module
environment, log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
SamplingMonitor()
           
 
Method Summary
 String getAttribute()
           
 String getOutAttribute()
           
 org.lsst.ccs.framework.Module getSource()
           
 void setAttribute(String attribute)
           
 void setOutAttribute(String outAttribute)
           
 void setSource(org.lsst.ccs.framework.Module source)
           
 void tick()
           
 
Methods inherited from class org.lsst.ccs.framework.Module
alias, change, checkHardware, dropConfigurationContext, getAvailableCommands, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, publishData, publishData, publishData, register, register, removeLogPanicState, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setHandlerLevel, setLogLevel, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, start, startTicking, 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 String getAttribute()

setAttribute

public void setAttribute(String attribute)

getOutAttribute

public String getOutAttribute()

setOutAttribute

public void setOutAttribute(String outAttribute)

tick

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


Copyright © 2013 LSST. All Rights Reserved.