
public abstract class OAbstractCommandResultListener extends Object implements SimpleValueFetchPlanCommandListener
| Modifier and Type | Field and Description |
|---|---|
protected com.orientechnologies.orient.core.command.OCommandResultListener |
wrappedResultListener |
| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractCommandResultListener(com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
protected void |
fetchRecord(Object iRecord,
com.orientechnologies.orient.core.fetch.OFetchListener iFetchListener) |
Object |
getResult() |
abstract boolean |
isEmpty() |
void |
setFetchPlan(String iText) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlinkdedBySimpleValueprotected final com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener
protected OAbstractCommandResultListener(com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener)
public abstract boolean isEmpty()
public void end()
end in interface com.orientechnologies.orient.core.command.OCommandResultListenerpublic void setFetchPlan(String iText)
protected void fetchRecord(Object iRecord, com.orientechnologies.orient.core.fetch.OFetchListener iFetchListener)
public Object getResult()
getResult in interface com.orientechnologies.orient.core.command.OCommandResultListenerCopyright © 2009–2018 OrientDB. All rights reserved.