Interface TrustPointSchedulerUtils
- All Known Implementing Classes:
TrustPointScheduler
public interface TrustPointSchedulerUtils
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTrustPointSchedulerUtils.QueueElement -
Field Summary
Fields Modifier and Type Field Description static StringANCHOR_QUEUE_KEYChave para a fila do job de downloadstatic StringCONFIGURATION_KEYChave para o acesso ao banco de dados -
Method Summary
Static Methods Modifier and Type Method Description static Queue<TrustPointSchedulerUtils.QueueElement>castToQueue(Object object)
-
Field Details
-
ANCHOR_QUEUE_KEY
Chave para a fila do job de download- See Also:
- Constant Field Values
-
CONFIGURATION_KEY
Chave para o acesso ao banco de dados- See Also:
- Constant Field Values
-
-
Method Details
-
castToQueue
-