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

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

public final class EventChannelXOR
extends EventChannelLogicalSubsetter
implements EventChannelSubsetter


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.eventChannel.EventChannelLogicalSubsetter
packages
 
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
filterList
 
Constructor Summary
EventChannelXOR(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(CacheEvent event, ChannelImpl channel, CookieJar cookieJar)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.eventChannel.EventChannelLogicalSubsetter
createSubsetter, getPackages, getSubsetter
 
Methods inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
getSubsetters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventChannelXOR

public EventChannelXOR(org.w3c.dom.Element config)
                throws ConfigurationException
Throws:
ConfigurationException
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