|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecordInspector<T extends MetadataRecord>
Implementations perform validity checks and / or modifications of MetadataRecord instances.
NOTE: Implementations must be thread-safe.
| Method Summary | |
|---|---|
T |
inspect(T record,
Connection conn,
ConnectionManager.Type connectionType)
Inspects the given MetdataRecord. |
| Method Detail |
|---|
T inspect(T record,
Connection conn,
ConnectionManager.Type connectionType)
throws MetadataInspectorException
MetdataRecord.
record -
MetadataStoreException - if the record is considered invalid
MetadataInspectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||