borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.jb.util.ErrorResponse +----com.borland.dx.dataset.ResolverResponse
Variables Constructors Properties Methods
This component is used to collect a response from another component. It encapsulates result information from a resolution event: RESOLVE, SKIP, or ABORT.
public ResolverResponse()Creates a ResolverResponse object.
public final boolean isResolve()
Calls the resolve() method, indicating that the row should be resolved.
public final boolean isSkip()
Calls the skip() method, indicating that the row should be ignored.
public final void resolve()Indicates that a row should be resolved.
public final void skip()Indicates that a row should not be resolved.