public class StationLoader
extends java.lang.Thread
Constructor and Description |
---|
StationLoader(ChannelChooser chooser,
NetworkFromSource[] nets2) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
acceptStation(edu.iris.Fissures.IfNetwork.Station sta)
allows subclasses to veto a station.
|
void |
addStationAcceptor(StationAcceptor acceptor) |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public StationLoader(ChannelChooser chooser, NetworkFromSource[] nets2)
public void addStationAcceptor(StationAcceptor acceptor)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
protected boolean acceptStation(edu.iris.Fissures.IfNetwork.Station sta)