Class PrescriptionDecryptorThread
- java.lang.Object
-
- java.lang.Thread
-
- be.business.connector.recipe.utils.PrescriptionDecryptorThread
-
- All Implemented Interfaces:
Runnable
public class PrescriptionDecryptorThread extends Thread
The Class PrescriptionDecryptorThread.- Author:
- Bruno Casneuf
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description PrescriptionDecryptorThread(Semaphore available, GetOpenPrescriptionForExecutor prescription, byte[] userEtk, byte[] kgssEtk)Instantiates a newPrescriptionDecryptorThread.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Clean.IntegrationModuleExceptiongetError()GetOpenPrescriptionForExecutorgetPrescription()Gets theGetOpenPrescriptionForExecutor.voidrun()-
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
-
-
-
-
Constructor Detail
-
PrescriptionDecryptorThread
public PrescriptionDecryptorThread(Semaphore available, GetOpenPrescriptionForExecutor prescription, byte[] userEtk, byte[] kgssEtk)
Instantiates a newPrescriptionDecryptorThread.- Parameters:
available- the availableprescription- the prescriptionuserEtk- the user etkkgssEtk- the kgss etk
-
-
Method Detail
-
getPrescription
public GetOpenPrescriptionForExecutor getPrescription()
Gets theGetOpenPrescriptionForExecutor.- Returns:
- the prescription
-
getError
public IntegrationModuleException getError()
-
clean
public void clean()
Clean.
-
-