Package ome.services.util
Interface ReadOnlyStatus.IsAware
-
- All Known Implementing Classes:
EventProviderInDb
,EventProviderInMemory
,NodeProviderInDb
,NodeProviderInMemory
,SessionProviderInDb
,SessionProviderInMemory
- Enclosing class:
- ReadOnlyStatus
public 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.- Since:
- 5.4.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isReadOnly(ReadOnlyStatus readOnly)
-
-
-
Method Detail
-
isReadOnly
boolean isReadOnly(ReadOnlyStatus readOnly)
- Parameters:
readOnly
- a read-only status, typically the current one- Returns:
- if that status puts this class into read-only mode
-
-