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

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

public class OREventChannelWrapper
extends java.lang.Object
implements EventVectorSubsetter


Constructor Summary
OREventChannelWrapper(org.w3c.dom.Element config)
           
OREventChannelWrapper(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

OREventChannelWrapper

public OREventChannelWrapper(EventChannelSubsetter subsetter)

OREventChannelWrapper

public OREventChannelWrapper(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