public interface CMPFieldVisitor
CMP field visitor interface. A user-provided implementation of this interface is required for the following methods:
Modifier and Type | Method and Description |
---|---|
void |
visit(CMPField cmpField)
This method is invoked for each CMP field that a visiting iterator encounters.
|
void visit(CMPField cmpField)
This method is invoked for each CMP field that a visiting iterator encounters.
This method will always be invoked with a valid transaction context.
cmpField
- interface to the visited CMP field.