org.jboss.portal.widget.netvibes.provider
Class NetvibesDirectoryQueryMapEntry

java.lang.Object
  extended by org.jboss.portal.widget.netvibes.provider.NetvibesDirectoryQueryMapEntry
All Implemented Interfaces:
java.util.concurrent.Callable<DirectoryQueryResult>

public class NetvibesDirectoryQueryMapEntry
extends java.lang.Object
implements java.util.concurrent.Callable<DirectoryQueryResult>

Version:
$Revision$
Author:
Emanuel Muckenhuber

Constructor Summary
NetvibesDirectoryQueryMapEntry(WidgetQuery query, int connectionTimeout)
           
 
Method Summary
 DirectoryQueryResult call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetvibesDirectoryQueryMapEntry

public NetvibesDirectoryQueryMapEntry(WidgetQuery query,
                                      int connectionTimeout)
Method Detail

call

public DirectoryQueryResult call()
                          throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<DirectoryQueryResult>
Throws:
java.lang.Exception