
public class OLiveCommandResultListener extends OAbstractCommandResultListener implements OLiveResultListener
wrappedResultListener| Constructor and Description |
|---|
OLiveCommandResultListener(OServer server,
OClientConnection connection,
OCommandResultListener wrappedResultListener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
void |
linkdedBySimpleValue(ODocument doc) |
void |
onError(int iLiveToken) |
void |
onLiveResult(int iToken,
ORecordOperation iOp) |
void |
onUnsubscribe(int iLiveToken) |
boolean |
result(Object iRecord)
This method is called for each result.
|
void |
writeBytes(DataOutputStream out,
byte[] bytes) |
end, fetchRecord, getResult, setFetchPlanpublic OLiveCommandResultListener(OServer server, OClientConnection connection, OCommandResultListener wrappedResultListener)
public boolean result(Object iRecord)
OCommandResultListenerresult in interface OCommandResultListeneriRecord - Current recordpublic boolean isEmpty()
isEmpty in class OAbstractCommandResultListenerpublic void onLiveResult(int iToken,
ORecordOperation iOp)
throws OException
onLiveResult in interface OLiveResultListenerOExceptionpublic void onError(int iLiveToken)
onError in interface OLiveResultListenerpublic void onUnsubscribe(int iLiveToken)
onUnsubscribe in interface OLiveResultListenerpublic void writeBytes(DataOutputStream out, byte[] bytes) throws IOException
IOExceptionpublic void linkdedBySimpleValue(ODocument doc)
linkdedBySimpleValue in interface SimpleValueFetchPlanCommandListenerCopyright © 2009–2025 OrientDB. All rights reserved.