|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PendingRequestStatus | |
---|---|
org.cumulus4j.store.crypto.keymanager.messagebroker.pmf | PersistenceManagerFactory -backed implementation of MessageBroker . |
Uses of PendingRequestStatus in org.cumulus4j.store.crypto.keymanager.messagebroker.pmf |
---|
Methods in org.cumulus4j.store.crypto.keymanager.messagebroker.pmf that return PendingRequestStatus | |
---|---|
PendingRequestStatus |
PendingRequest.getStatus()
Get the current status. |
static PendingRequestStatus |
PendingRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PendingRequestStatus[] |
PendingRequestStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.cumulus4j.store.crypto.keymanager.messagebroker.pmf with parameters of type PendingRequestStatus | |
---|---|
static PendingRequest |
PendingRequest.getOldestPendingRequest(PersistenceManager pm,
String cryptoSessionIDPrefix,
PendingRequestStatus status)
Get the oldest PendingRequest matching the given criteria. |
void |
PendingRequest.setStatus(PendingRequestStatus status)
Set the current status. |
|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |