Class EventArm

java.lang.Object
edu.sc.seis.sod.EventArm
All Implemented Interfaces:
Arm, java.lang.Runnable

public class EventArm
extends java.lang.Object
implements Arm
This class handles the subsetting of the Events based on the subsetters specified in the configuration file (xml file). Created: Thu Mar 14 14:09:52 2002
  • Constructor Summary

    Constructors 
    Constructor Description
    EventArm()  
    EventArm​(org.w3c.dom.Element config)  
    EventArm​(org.w3c.dom.Element config, boolean waitForWaveformProcessing)  
  • Method Summary

    Modifier and Type Method Description
    void add​(EventMonitor monitor)  
    void change​(edu.sc.seis.sod.model.event.StatefulEvent event)  
    edu.sc.seis.sod.model.event.CacheEvent getLastEvent()  
    java.lang.String getName()  
    EventSource[] getSources()  
    java.util.List<OriginSubsetter> getSubsetters()  
    java.lang.Object getWaveformArmSync()  
    void handle​(edu.sc.seis.sod.model.event.CacheEvent[] events)  
    boolean isActive()  
    void run()  
    void setWaitForWaveformProcessing​(boolean b)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait