ucar.unidata.view.sounding
Class BeanNetwork

java.lang.Object
  extended by ucar.unidata.view.sounding.BeanNetwork

public final class BeanNetwork
extends Object

Controls the timing of computations of a network of ClockedBeans.

This implementation is not thread-safe.

Version:
$Revision: 1.7 $ $Date: 2005/05/13 18:33:24 $
Author:
Steven R. Emmerson

Constructor Summary
BeanNetwork()
          Constructs from nothing.
 
Method Summary
 void clock()
          Clocks the network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanNetwork

public BeanNetwork()
Constructs from nothing.

Method Detail

clock

public void clock()
           throws TypeException,
                  VisADException,
                  RemoteException
Clocks the network.

Throws:
TypeException - if a value in the computation has the wrong VisAD type.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.