Package de.pisa.psa.rst.svc
Class PsaRstApiEvtLogQue
- java.lang.Object
-
- de.pisa.psc.srv.svc.BlockQueueBas<PsaRstApiEvtLogQue.Rsp>
-
- de.pisa.psa.rst.svc.PsaRstApiEvtLogQue
-
public class PsaRstApiEvtLogQue extends de.pisa.psc.srv.svc.BlockQueueBas<PsaRstApiEvtLogQue.Rsp>
Event log queue for the REST API- Since:
- 04.07.2023
- Author:
- weiland
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PsaRstApiEvtLogQue.Rsp
response
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PsaRstApiEvtLogQue
getIns()
get instanceprotected de.pisa.psc.srv.svc.BlockQueueBas.ThrBas
newThr()
static void
processingLock()
Acquire the processing lockstatic void
processingUnlock()
Release the processing lock
-
-
-
Method Detail
-
getIns
public static PsaRstApiEvtLogQue getIns()
get instance- Returns:
- instance
-
processingLock
public static void processingLock()
Acquire the processing lock
-
processingUnlock
public static void processingUnlock()
Release the processing lock
-
newThr
protected de.pisa.psc.srv.svc.BlockQueueBas.ThrBas newThr()
- Specified by:
newThr
in classde.pisa.psc.srv.svc.BlockQueueBas<PsaRstApiEvtLogQue.Rsp>
- See Also:
BlockQueueBas.newThr()
-
-