portal.monitor
Class PortalMonitorJob

java.lang.Object
  extended byportal.scheduler.A_PortalJob
      extended byportal.monitor.PortalMonitorJob
All Implemented Interfaces:
I_PortalJob

public class PortalMonitorJob
extends A_PortalJob

A scheduled job that requests reports from all monitorable objects periodically.

Version:
$Revision: 1.2 $
Author:
Thomas Weckert

Constructor Summary
PortalMonitorJob()
           
 
Method Summary
 void destroy()
           
 void execute()
           
 void init(java.lang.String jobId, PortalShell portalShell, java.util.Map params)
           
 
Methods inherited from class portal.scheduler.A_PortalJob
getParams, getPortalShell
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalMonitorJob

public PortalMonitorJob()
Method Detail

init

public void init(java.lang.String jobId,
                 PortalShell portalShell,
                 java.util.Map params)
          throws PortalException
Specified by:
init in interface I_PortalJob
Overrides:
init in class A_PortalJob
Throws:
PortalException
See Also:
A_PortalJob.init(String, portal.main.PortalShell, java.util.Map)

execute

public void execute()
See Also:
I_PortalJob.execute()

destroy

public void destroy()
Specified by:
destroy in interface I_PortalJob
Overrides:
destroy in class A_PortalJob
See Also:
A_PortalJob.destroy()