org.jboss.portal.widget.google.provider
Class GGDirectoryQueryMapEntry

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

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

Version:
$Revision$
Author:
Emanuel Muckenhuber

Constructor Summary
GGDirectoryQueryMapEntry(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

GGDirectoryQueryMapEntry

public GGDirectoryQueryMapEntry(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