
public class OLiveQueryPushRequest extends java.lang.Object implements OBinaryPushRequest
| Modifier and Type | Field and Description |
|---|---|
static byte |
END |
static byte |
ERROR |
static byte |
HAS_MORE |
| Constructor and Description |
|---|
OLiveQueryPushRequest() |
OLiveQueryPushRequest(int monitorId,
byte status,
java.util.List<OLiveQueryResult> events) |
OLiveQueryPushRequest(int monitorId,
int errorIdentifier,
OErrorCode errorCode,
java.lang.String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
OBinaryPushResponse |
createResponse() |
OBinaryPushResponse |
execute(ORemotePushHandler remote) |
OErrorCode |
getErrorCode() |
int |
getErrorIdentifier() |
java.lang.String |
getErrorMessage() |
java.util.List<OLiveQueryResult> |
getEvents() |
int |
getMonitorId() |
byte |
getPushCommand() |
byte |
getStatus() |
void |
read(OChannelDataInput network) |
void |
setStatus(byte status) |
void |
write(OChannelDataOutput channel) |
public static final byte HAS_MORE
public static final byte END
public static final byte ERROR
public OLiveQueryPushRequest(int monitorId,
int errorIdentifier,
OErrorCode errorCode,
java.lang.String errorMessage)
public OLiveQueryPushRequest(int monitorId,
byte status,
java.util.List<OLiveQueryResult> events)
public OLiveQueryPushRequest()
public void write(OChannelDataOutput channel) throws java.io.IOException
write in interface OBinaryPushRequestjava.io.IOExceptionpublic void read(OChannelDataInput network) throws java.io.IOException
read in interface OBinaryPushRequestjava.io.IOExceptionpublic OBinaryPushResponse execute(ORemotePushHandler remote)
execute in interface OBinaryPushRequestpublic OBinaryPushResponse createResponse()
createResponse in interface OBinaryPushRequestpublic byte getPushCommand()
getPushCommand in interface OBinaryPushRequestpublic int getMonitorId()
public java.util.List<OLiveQueryResult> getEvents()
public byte getStatus()
public void setStatus(byte status)
public int getErrorIdentifier()
public java.lang.String getErrorMessage()
public OErrorCode getErrorCode()
Copyright © 2009–2023 OrientDB. All rights reserved.