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

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

public class EmbeddedChannel
extends java.lang.Object
implements EventChannelSubsetter

EmbeddedEventStation.java Created: Wed Oct 30 11:54:58 2002


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

Constructor Detail

EmbeddedChannel

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

accept

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