org.apache.jetspeed.aggregator
Interface RenderingJob

All Superinterfaces:
Runnable

public interface RenderingJob
extends Runnable

Worker thread processes jobs and notify its WorkerMonitor when completed. When no work is available, the worker simply sets itself in a waiting mode pending reactivation by the WorkerMonitor

Version:
$Id: $
Author:
David Sean Taylor

Method Summary
 void execute()
           
 org.apache.pluto.om.window.PortletWindow getWindow()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

execute

public void execute()

getWindow

public org.apache.pluto.om.window.PortletWindow getWindow()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.