|
SolarMetric Kodo JDO 3.2.4 generated on January 7 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.solarmetric.rop.MergedResultObjectProvider
A result object provider that merges multiple result object provider delegates. Support exists for maintaining ordering of the internally held results, provided that each of the individual results are themselves ordered.
| Constructor Summary | |
MergedResultObjectProvider(ResultObjectProvider[] rops)
Constructor. |
|
MergedResultObjectProvider(ResultObjectProvider[] rops,
Comparator comp)
Constructor. |
|
| Method Summary | |
boolean |
absolute(int pos)
Move to the given 0-based position. |
void |
close()
Free the resources associated with this provider. |
protected Object |
getOrderingValue(Object val,
int idx,
ResultObjectProvider rop)
Return the value to use for ordering on the given result value. |
Object |
getResultObject()
Instantiate the current result object. |
void |
handleCheckedException(Exception e)
Any checked exceptions that are thrown will be passed to this method. |
boolean |
next()
Advance the input to the next position. |
void |
open()
Open the result. |
void |
reset()
Reset this provider. |
int |
size()
Return the number of items in the input, or Integer.MAX_VALUE
if the size in unknown. |
boolean |
supportsRandomAccess()
Return true if this provider supports random access. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MergedResultObjectProvider(ResultObjectProvider[] rops)
public MergedResultObjectProvider(ResultObjectProvider[] rops,
Comparator comp)
| Method Detail |
public boolean supportsRandomAccess()
ResultObjectProvidersupportsRandomAccess in interface ResultObjectProvider
public void open()
throws Exception
ResultObjectProviderResultObjectProvider.next(), ResultObjectProvider.absolute(int), or ResultObjectProvider.size().open in interface ResultObjectProvider
public boolean absolute(int pos)
throws Exception
ResultObjectProvidertrue if there is data at this position;
otherwise false. This may be invoked in place of
ResultObjectProvider.next().absolute in interface ResultObjectProvider
public int size()
throws Exception
ResultObjectProviderInteger.MAX_VALUE
if the size in unknown.size in interface ResultObjectProvider
public void reset()
throws Exception
ResultObjectProviderreset in interface ResultObjectProvider
public void close()
throws Exception
ResultObjectProviderclose in interface ResultObjectProviderpublic void handleCheckedException(Exception e)
ResultObjectProviderhandleCheckedException in interface ResultObjectProvider
public boolean next()
throws Exception
ResultObjectProvidertrue if
there is more data; otherwise false.next in interface ResultObjectProvider
public Object getResultObject()
throws Exception
ResultObjectProviderResultObjectProvider.next() or ResultObjectProvider.absolute(int).getResultObject in interface ResultObjectProvider
protected Object getOrderingValue(Object val,
int idx,
ResultObjectProvider rop)
val - the result valueidx - the index of the result object provider in the array
given on construction that produced the result valuerop - the result object provider that produced the result
value
|
SolarMetric Kodo JDO 3.2.4 generated on January 7 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||