org.jboss.portal.web
Interface WebExecutor


public interface WebExecutor

An executor for web runnable tasks.

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 void execute(WebRunnable runnable)
          Execute a web runnable.
 

Method Detail

execute

void execute(WebRunnable runnable)
Execute a web runnable.

Parameters:
runnable - the web runnable


Copyright © 2008. All Rights Reserved.