org.lsst.ccs.subsystems.fcs
Class CarouselLatch

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystems.fcs.CarouselLatch
All Implemented Interfaces:
Serializable, Observer, GenericLatch

public class CarouselLatch
extends org.lsst.ccs.framework.Module
implements GenericLatch

Author:
virieux
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
configMethods, log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
CarouselLatch()
           
 
Method Summary
 boolean isLocked()
           
 void lock()
           
 void unlock()
           
 
Methods inherited from class org.lsst.ccs.framework.Module
change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, register, register, sendToReply, sendToStatus, setBeanName, setContext, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, start, startTicking, tick, 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

CarouselLatch

public CarouselLatch()
Method Detail

isLocked

public boolean isLocked()
Specified by:
isLocked in interface GenericLatch

lock

public void lock()
Specified by:
lock in interface GenericLatch

unlock

public void unlock()
Specified by:
unlock in interface GenericLatch


Copyright © 2012 LSST. All Rights Reserved.