edu.sc.seis.sod.subsetter.eventChannel.vector
Class ANDEventChannelWrapper

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

public class ANDEventChannelWrapper
extends java.lang.Object
implements EventVectorSubsetter


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

Constructor Detail

ANDEventChannelWrapper

public ANDEventChannelWrapper(EventChannelSubsetter subsetter)

ANDEventChannelWrapper

public ANDEventChannelWrapper(org.w3c.dom.Element config)
                       throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

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