entorno.emulador
Class ClaseVentanaLog.DaemonTask

java.lang.Object
  extended by java.lang.Thread
      extended by entorno.emulador.ClaseVentanaLog.DaemonTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ClaseVentanaLog

private class ClaseVentanaLog.DaemonTask
extends java.lang.Thread

Clase DaemonTask Funcion: ejecutar las hebras procesoEjecutarCoreMaude y TareaCrearDestruirCoreMaude Testea los buffers si están preparados con resultados cada cierto tiempo.


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 boolean sinFallos
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClaseVentanaLog.DaemonTask(boolean v)
          Constructor DaemonTask
 
Method Summary
 java.lang.String getPathCygwin(java.lang.String ruta)
          Traduce la ruta para cygwin
 boolean isSinFallos()
          Indica si no ha habido fallos al crear el proceso Maude.
 void pararDaemonTask()
          Quita el proceso Maude
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sinFallos

public boolean sinFallos
Constructor Detail

ClaseVentanaLog.DaemonTask

ClaseVentanaLog.DaemonTask(boolean v)
Constructor DaemonTask

Parameters:
v - si v == true --> FULL MAUDE. v==FALSE --> COREMAUDE
Method Detail

getPathCygwin

public java.lang.String getPathCygwin(java.lang.String ruta)
Traduce la ruta para cygwin


isSinFallos

public boolean isSinFallos()
Indica si no ha habido fallos al crear el proceso Maude.


pararDaemonTask

public void pararDaemonTask()
Quita el proceso Maude


run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread