edu.sc.seis.sod.subsetter.eventChannel
Class BestChannelAtStation

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.eventChannel.BestChannelAtStation
All Implemented Interfaces:
SodElement, EventChannelSubsetter, EventVectorSubsetter, Subsetter

public class BestChannelAtStation
extends java.lang.Object
implements EventChannelSubsetter, EventVectorSubsetter


Constructor Summary
BestChannelAtStation(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(CacheEvent event, ChannelGroup channelGroup, CookieJar cookieJar)
           
 StringTree accept(CacheEvent event, ChannelImpl channel, CookieJar cookieJar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestChannelAtStation

public BestChannelAtStation(org.w3c.dom.Element config)
Method Detail

accept

public StringTree accept(CacheEvent event,
                         ChannelImpl channel,
                         CookieJar cookieJar)
                  throws java.lang.Exception
Specified by:
accept in interface EventChannelSubsetter
Throws:
java.lang.Exception

accept

public StringTree accept(CacheEvent event,
                         ChannelGroup channelGroup,
                         CookieJar cookieJar)
                  throws java.lang.Exception
Specified by:
accept in interface EventVectorSubsetter
Throws:
java.lang.Exception