|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
pe.gob.sunat.tecnologia.receptor.cliente.forms.CheckProcess
public class CheckProcess
Verifica en intervalos de un segundo, que todos los envios hayan sido ejecutados, para generar al final un archivo con todos los tickets retornados por el receptor SEIDA.
El archivo generado es creado en el directorio de los acuses.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
log
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
CheckProcess()
|
Method Summary | |
---|---|
void |
run()
|
void |
setAreaMensajes(javax.swing.JTextArea areaMensajes)
|
void |
setEnvios(Sender[] envios)
|
void |
setRutaArchivos(java.lang.String rutaArchivos)
|
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 |
---|
protected final org.apache.commons.logging.Log log
Constructor Detail |
---|
public CheckProcess()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void setAreaMensajes(javax.swing.JTextArea areaMensajes)
areaMensajes
- the areaMensajes to setpublic void setEnvios(Sender[] envios)
envios
- the envios to setpublic void setRutaArchivos(java.lang.String rutaArchivos)
rutaArchivos
- the rutaArchivos to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |