|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.cdo.spi.common.AbstractQueryResult<T>
org.eclipse.emf.spi.cdo.AbstractQueryIterator<T>
public abstract class AbstractQueryIterator<T>
| Constructor Summary | |
|---|---|
AbstractQueryIterator(CDOView view,
CDOQueryInfo queryInfo)
|
|
| Method Summary | |
|---|---|
abstract java.util.List<T> |
asList()
|
void |
close()
|
CDOView |
getView()
|
void |
remove()
|
void |
setQueryID(int queryID)
|
void |
waitForInitialization()
|
| Methods inherited from class org.eclipse.emf.cdo.spi.common.AbstractQueryResult |
|---|
getQueryID, getQueryInfo, getQueue, hasNext, isClosed, next, peek |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractQueryIterator(CDOView view,
CDOQueryInfo queryInfo)
| Method Detail |
|---|
public void setQueryID(int queryID)
setQueryID in class AbstractQueryResult<T>
public void waitForInitialization()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic CDOView getView()
getView in class AbstractQueryResult<T>public void remove()
remove in interface java.util.Iterator<T>remove in class AbstractQueryResult<T>public void close()
close in interface org.eclipse.net4j.util.collection.Closeableclose in class AbstractQueryResult<T>public abstract java.util.List<T> asList()
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||