Searched defs:LOCKED_DOWN (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DStorageStatus.java42 LOCKED_DOWN, enum constant in enum:StorageStatus.Code
73 return new StorageStatus(Code.LOCKED_DOWN, reason);
100 return code == Code.LOCKED_DOWN;

Completed in 37 milliseconds