org.apache.jackrabbit.core.query.lucene
Class DynamicPooledExecutor.Result

java.lang.Object
  extended by org.apache.jackrabbit.core.query.lucene.DynamicPooledExecutor.Result
Enclosing class:
DynamicPooledExecutor

public static class DynamicPooledExecutor.Result
extends Object


Method Summary
 Object get()
           
 InvocationTargetException getException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public Object get()
Returns:
the result object or null if an exception was thrown.

getException

public InvocationTargetException getException()
Returns:
the exception or null if no exception was thrown.


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.