public class CacheGetRequest extends Object implements RequestListener
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_REPLY_SIZE_LIMIT |
static Integer |
GET_MSG_REQUEST |
static Integer |
GET_MSG_RESPONSE |
static Integer |
GET_MSG_SEQUENCE_REQUEST |
static Integer |
GET_NEXT_MSG_REQUEST |
static Integer |
GET_NEXT_MSG_RESPONSE |
static Integer |
GET_NEXT_MSG_SEQUENCE_REQUEST |
static int |
GET_VERSION |
static int |
GET_VERSION_SUPPORTED |
static int |
REPLY_SIZE_LIMIT |
| Constructor and Description |
|---|
CacheGetRequest(CacheRequestProperties props,
Topic topic,
boolean incClusters,
CacheGetRequestListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel() |
void |
onException(JCSMPException exception) |
void |
onResponse(JCSMPXMLMessage message) |
void |
onTimeout() |
void |
send() |
public static final int GET_VERSION_SUPPORTED
public static final int GET_VERSION
public static final int DEFAULT_REPLY_SIZE_LIMIT
public static int REPLY_SIZE_LIMIT
public static final Integer GET_MSG_REQUEST
public static final Integer GET_MSG_RESPONSE
public static final Integer GET_NEXT_MSG_REQUEST
public static final Integer GET_NEXT_MSG_RESPONSE
public static final Integer GET_MSG_SEQUENCE_REQUEST
public static final Integer GET_NEXT_MSG_SEQUENCE_REQUEST
public CacheGetRequest(CacheRequestProperties props, Topic topic, boolean incClusters, CacheGetRequestListener listener)
public void send()
throws JCSMPException
JCSMPExceptionpublic void onCancel()
onCancel in interface RequestListenerpublic void onException(JCSMPException exception)
onException in interface RequestListenerpublic void onResponse(JCSMPXMLMessage message)
onResponse in interface RequestListenerpublic void onTimeout()
onTimeout in interface RequestListenerCopyright 2004-2020 Solace Corporation. All rights reserved.