|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.StreamSink
cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.ScannerSink
public class UCCWrapper.ScannerSink
Scanns the output of UCC for some specific srings (Ports bounded. START MATCH).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
int |
botsPort
|
int |
controlPort
|
UCCStartException |
exception
Exception that ended the startig. |
java.util.concurrent.CountDownLatch |
portsBindedLatch
|
long |
startingTimeout
|
Fields inherited from class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.StreamSink |
---|
os |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
UCCWrapper.ScannerSink(java.io.InputStream is)
|
Method Summary | |
---|---|
protected void |
handleInput(java.lang.String str)
|
protected void |
raiseLatch()
|
Methods inherited from class cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper.StreamSink |
---|
run |
Methods inherited from class java.lang.Thread |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long startingTimeout
public UCCStartException exception
public java.util.concurrent.CountDownLatch portsBindedLatch
public int controlPort
public int botsPort
Constructor Detail |
---|
public UCCWrapper.ScannerSink(java.io.InputStream is)
Method Detail |
---|
protected void handleInput(java.lang.String str)
handleInput
in class UCCWrapper.StreamSink
protected void raiseLatch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |