Package | Description |
---|---|
net.sf.jasperreports.web.servlets |
Contains web servlets implementations.
|
Modifier and Type | Method and Description |
---|---|
ReportExecutionStatus.Status |
ReportExecutionStatus.getStatus()
Returns the status of the execution.
|
static ReportExecutionStatus.Status |
ReportExecutionStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportExecutionStatus.Status[] |
ReportExecutionStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReportExecutionStatus(ReportExecutionStatus.Status status,
Integer totalPageCount,
int currentPageCount,
Throwable error) |
Copyright © 2017. All rights reserved.