public abstract class AbstractQueryIterator<T> extends AbstractQueryResult<T>
| Constructor and Description |
|---|
AbstractQueryIterator(CDOView view,
CDOQueryInfo queryInfo) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<T> |
asList() |
abstract T |
asValue() |
void |
close() |
CDOView |
getView() |
void |
remove() |
void |
setQueryID(int queryID) |
void |
waitForInitialization() |
getQueryID, getQueryInfo, getQueue, hasNext, isClosed, next, peekclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AbstractQueryIterator(CDOView view, CDOQueryInfo queryInfo)
public void setQueryID(int queryID)
setQueryID in class AbstractQueryResult<T>public void waitForInitialization()
throws InterruptedException
InterruptedExceptionpublic CDOView getView()
getView in class AbstractQueryResult<T>public void remove()
public void close()
close in interface Closeableclose in class AbstractQueryResult<T>public abstract T asValue()
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html