edu.sc.seis.sod.status.waveformArm
Interface WaveformStatusProcess

All Superinterfaces:
SodElement, Subsetter

public interface WaveformStatusProcess
extends Subsetter

WaveformStatusProcess.java Created: Fri Oct 18 14:57:48 2002


Method Summary
 void begin(EventAccessOperations eventAccess)
           
 void begin(EventAccessOperations eventAccess, Channel channel)
           
 void begin(EventAccessOperations eventAccess, NetworkAccess networkAccess)
           
 void begin(EventAccessOperations eventAccess, Site site)
           
 void begin(EventAccessOperations eventAccess, Station station)
           
 void closeProcessing()
           
 void end(EventAccessOperations eventAccess)
           
 void end(EventAccessOperations eventAccess, Channel channel, Status status, java.lang.String reason)
           
 void end(EventAccessOperations eventAccess, NetworkAccess networkAccess)
           
 void end(EventAccessOperations eventAccess, Site site)
           
 void end(EventAccessOperations eventAccess, Station station)
           
 

Method Detail

begin

void begin(EventAccessOperations eventAccess)
           throws java.lang.Exception
Throws:
java.lang.Exception

begin

void begin(EventAccessOperations eventAccess,
           NetworkAccess networkAccess)
           throws java.lang.Exception
Throws:
java.lang.Exception

begin

void begin(EventAccessOperations eventAccess,
           Station station)
           throws java.lang.Exception
Throws:
java.lang.Exception

begin

void begin(EventAccessOperations eventAccess,
           Site site)
           throws java.lang.Exception
Throws:
java.lang.Exception

begin

void begin(EventAccessOperations eventAccess,
           Channel channel)
           throws java.lang.Exception
Throws:
java.lang.Exception

end

void end(EventAccessOperations eventAccess,
         Channel channel,
         Status status,
         java.lang.String reason)
         throws java.lang.Exception
Throws:
java.lang.Exception

end

void end(EventAccessOperations eventAccess,
         Site site)
         throws java.lang.Exception
Throws:
java.lang.Exception

end

void end(EventAccessOperations eventAccess,
         Station station)
         throws java.lang.Exception
Throws:
java.lang.Exception

end

void end(EventAccessOperations eventAccess,
         NetworkAccess networkAccess)
         throws java.lang.Exception
Throws:
java.lang.Exception

end

void end(EventAccessOperations eventAccess)
         throws java.lang.Exception
Throws:
java.lang.Exception

closeProcessing

void closeProcessing()
                     throws java.lang.Exception
Throws:
java.lang.Exception