borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

ResolverResponse component

java.lang.Object
   +----borland.jbcl.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 this class

ResolverResponse constructors

ResolverResponse properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

ResolverResponse methods

Methods implemented in this class

Methods implemented in java.lang.Object


ResolverResponse variables

ABORT

  public static final int ABORT = 3

RESOLVE

  public static final int RESOLVE = 1

SKIP

  public static final int SKIP = 2

ResolverResponse constructors

ResolverResponse()

  public ResolverResponse()

ResolverResponse properties

abort

 public final boolean isAbort()

resolve

 public final boolean isResolve()

skip

 public final boolean isSkip()

ResolverResponse methods

abort()

  public final void abort()
Indicates that a resolving process should be terminated with no rows being resolved.

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.