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 java.lang.Object


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

Method Detail

get

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

getException

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


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.