Class ReservationDecryptorThread
- java.lang.Object
-
- java.lang.Thread
-
- be.business.connector.recipe.utils.ReservationDecryptorThread
-
- All Implemented Interfaces:
Runnable
public class ReservationDecryptorThread extends Thread
The Class ListReservationsResultItem.- 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 ReservationDecryptorThread(Semaphore available, ListReservationsResultItem item, byte[] userEtk, byte[] kgssEtk)Instantiates a newReservationDecryptorThread.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Clean.IntegrationModuleExceptiongetError()ListReservationsResultItemgetListReservationsResultItem()Gets theListReservationsResultItem.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
-
ReservationDecryptorThread
public ReservationDecryptorThread(Semaphore available, ListReservationsResultItem item, byte[] userEtk, byte[] kgssEtk)
Instantiates a newReservationDecryptorThread.- Parameters:
available- the availableitem- the prescriptionuserEtk- the user etkkgssEtk- the kgss etk
-
-
Method Detail
-
getListReservationsResultItem
public ListReservationsResultItem getListReservationsResultItem()
Gets theListReservationsResultItem.- Returns:
- the prescription
-
clean
public void clean()
Clean.
-
getError
public IntegrationModuleException getError()
-
-