borland Packages  Class Hierarchy  dx.dataset Package 

ResolverResponse component

java.lang.Object
   +----com.borland.jb.util.ErrorResponse
           +----com.borland.dx.dataset.ResolverResponse

About the ResolverResponse component

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.


ResolverResponse variables

Variables implemented in com.borland.jb.util.ErrorResponse

ResolverResponse constructors

ResolverResponse properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.jb.util.ErrorResponse

Properties implemented in java.lang.Object

ResolverResponse methods

Methods implemented in this class

Methods implemented in com.borland.jb.util.ErrorResponse

Methods implemented in java.lang.Object


ResolverResponse constructors

ResolverResponse()

  public ResolverResponse()
Creates a ResolverResponse object.

ResolverResponse properties

resolve

 public final boolean isResolve()

Calls the resolve() method, indicating that the row should be resolved.

skip

 public final boolean isSkip()

Calls the skip() method, indicating that the row should be ignored.


ResolverResponse methods

resolve()

  public final void resolve()
Indicates that a row should be resolved.

skip()

  public final void skip()
Indicates that a row should not be resolved.