portal.monitor
Interface I_PortalReportHandler
- All Known Implementing Classes:
- PortalLogReportHandler
- public interface I_PortalReportHandler
Handles report data created by monitorable objects.
- Version:
- $Revision: 1.3 $
- Author:
- Thomas Weckert
init
public void init(PortalShell portalShell,
java.util.Map params)
throws PortalException
- Throws:
PortalException
destroy
public void destroy()
throws PortalException
- Throws:
PortalException
handleReport
public void handleReport(I_PortalMonitorable monitorable,
java.lang.String report)