Interface CreateEncryptedPrescriptionsThread
-
- All Known Implementing Classes:
CreateEncryptedPrescriptionsJavaThread
public interface CreateEncryptedPrescriptionsThread
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()CreatePrescriptionDTOgetData()StringgetName()voidjoin()
-
-
-
Method Detail
-
getName
String getName()
-
execute
void execute()
-
getData
CreatePrescriptionDTO getData()
-
join
void join() throws InterruptedException
- Throws:
InterruptedException
-
-