public class ReadOnlyStatus
extends java.lang.Object
which sets this status in the configuration service.
Modifier and Type | Class and Description |
---|---|
static interface |
ReadOnlyStatus.IsAware
Implemented by classes that can report if a given read-only status would cause them to be in read-only mode.
|
Constructor and Description |
---|
ReadOnlyStatus(boolean isReadOnlyDb,
boolean isReadOnlyRepo) |
ReadOnlyStatus(boolean isReadOnly,
boolean isReadOnlyDb,
boolean isReadOnlyRepo,
ome.util.SqlAction sqlAction,
java.lang.String omeroDataDir,
java.lang.String omeroManagedDir) |
Modifier and Type | Method and Description |
---|---|
boolean |
isReadOnlyDb() |
boolean |
isReadOnlyRepo() |
public ReadOnlyStatus(boolean isReadOnlyDb, boolean isReadOnlyRepo)
public ReadOnlyStatus(boolean isReadOnly, boolean isReadOnlyDb, boolean isReadOnlyRepo, ome.util.SqlAction sqlAction, java.lang.String omeroDataDir, java.lang.String omeroManagedDir) throws java.sql.SQLException
java.sql.SQLException