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
Event log queue for the REST API
- Since:
- 04.07.2023
- Author:
- weiland
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class de.pisa.psc.srv.svc.BlockQueueBas
de.pisa.psc.srv.svc.BlockQueueBas.ThrBas
-
Field Summary
Fields inherited from class de.pisa.psc.srv.svc.BlockQueueBas
Que, Thr_Ins
-
Method Summary
Modifier and TypeMethodDescriptionstatic PsaRstApiEvtLogQue
getIns()
get instanceprotected de.pisa.psc.srv.svc.BlockQueueBas<PsaRstApiEvtLogQue.Rsp>.de.pisa.psc.srv.svc.BlockQueueBas.ThrBas
newThr()
static void
Acquire the processing lockstatic void
Release the processing lockMethods inherited from class de.pisa.psc.srv.svc.BlockQueueBas
getLog, getQue, getSsnCap, getSsnMaxRec, getSsnMaxRec, getSsnWaiTim, getSsnWaiTim, isThrRun, join, rstThr
-
Method Details
-
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<PsaRstApiEvtLogQue.Rsp>.de.pisa.psc.srv.svc.BlockQueueBas.ThrBas newThr()- Specified by:
newThr
in classde.pisa.psc.srv.svc.BlockQueueBas<PsaRstApiEvtLogQue.Rsp>
- See Also:
-
BlockQueueBas.newThr()
-