edu.sc.seis.sod.process.waveform.vector
Class WaveformVectorAlwaysSuccess

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
      extended by edu.sc.seis.sod.process.waveform.vector.WaveformVectorAlwaysSuccess
All Implemented Interfaces:
WaveformVectorProcess, WaveformVectorProcessWrapper, SodElement, Subsetter, Threadable

public class WaveformVectorAlwaysSuccess
extends VectorResultWrapper
implements Threadable


Field Summary
 
Fields inherited from class edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
subProcess
 
Constructor Summary
WaveformVectorAlwaysSuccess(org.w3c.dom.Element config)
           
 
Method Summary
 WaveformVectorResult accept(CacheEvent event, ChannelGroup channel, RequestFilter[][] original, RequestFilter[][] available, LocalSeismogramImpl[][] seismograms, CookieJar cookieJar)
           
 boolean isThreadSafe()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
getWrappedProcessors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaveformVectorAlwaysSuccess

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

accept

public WaveformVectorResult accept(CacheEvent event,
                                   ChannelGroup channel,
                                   RequestFilter[][] original,
                                   RequestFilter[][] available,
                                   LocalSeismogramImpl[][] seismograms,
                                   CookieJar cookieJar)
                            throws java.lang.Exception
Specified by:
accept in interface WaveformVectorProcess
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isThreadSafe

public boolean isThreadSafe()
Specified by:
isThreadSafe in interface Threadable