com.jrefinery.report.targets.pageable.pagelayout
Class LayoutAgentProgress

java.lang.Object
  extended bycom.jrefinery.report.targets.pageable.pagelayout.LayoutAgentProgress

public class LayoutAgentProgress
extends java.lang.Object

A class that conveys the completion status of a LayoutTask. No real implementation ... next release ..

Author:
Thomas Morgner.

Field Summary
static LayoutAgentProgress PROCESSING_COMPLETE
          Indicates that the layout agent has completed processing the task.
static LayoutAgentProgress PROCESSING_INCOMPLETE
          Indicates that the layout agent has only partially completed processing the task.
static LayoutAgentProgress WONT_PROCESS
          Indicates that the layout agent will not process the task.
 
Method Summary
 java.lang.String toString()
          Returns the name of the progress object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WONT_PROCESS

public static final LayoutAgentProgress WONT_PROCESS
Indicates that the layout agent will not process the task.


PROCESSING_COMPLETE

public static final LayoutAgentProgress PROCESSING_COMPLETE
Indicates that the layout agent has completed processing the task.


PROCESSING_INCOMPLETE

public static final LayoutAgentProgress PROCESSING_INCOMPLETE
Indicates that the layout agent has only partially completed processing the task.

Method Detail

toString

public java.lang.String toString()
Returns the name of the progress object.

Returns:
the name.