db4o 6.3

com.db4o.diagnostic
Interface Diagnostic

All Known Implementing Classes:
ClassHasNoFields, DescendIntoTranslator, DiagnosticBase, LoadedFromClassIndex, NativeQueryNotOptimized, NativeQueryOptimizerNotLoaded, 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 from DiagnosticBase class. A separate Diagnostic implementation should be used for each problem.

See Also:
DiagnosticBase, DiagnosticConfiguration


db4o 6.3