public class SessionReportRunInfo
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener
Constructor and Description |
---|
SessionReportRunInfo(ReportRunInfo reportRunInfo,
ReportAdminServiceRemote birtAdminService) |
Modifier and Type | Method and Description |
---|---|
ReportRunInfo |
getReportRunInfo() |
java.lang.Boolean |
isCancelled() |
void |
setCancelled() |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) |
public SessionReportRunInfo(ReportRunInfo reportRunInfo, ReportAdminServiceRemote birtAdminService)
public ReportRunInfo getReportRunInfo()
public void setCancelled()
public java.lang.Boolean isCancelled()
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener