Package com.db4o.diagnostic
Interface Diagnostic
-
- All Known Implementing Classes:
ClassHasNoFields
,DefragmentRecommendation
,DeletionFailed
,DescendIntoTranslator
,DiagnosticBase
,LoadedFromClassIndex
,MissingClass
,NativeQueryNotOptimized
,NativeQueryOptimizerNotLoaded
,NotTransparentActivationEnabled
,ObjectFieldDoesNotExist
,UpdateDepthGreaterOne
public interface Diagnostic
Marker interface for Diagnostic messages
Diagnostic system can be enabled on a running db4o database to notify a user about possible problems or misconfigurations. Diagnostic messages must implement this interface and are usually derived fromDiagnosticBase
class. A separate Diagnostic implementation should be used for each problem.- See Also:
DiagnosticBase
,DiagnosticConfiguration