public static class SolEnum.MessageCacheStatus
extends java.lang.Object
MessageHandle.getCacheStatus()
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_INVALID_MESSAGE
Message Handle is invalid
|
static int |
CACHE_LIVE_MESSAGE
The message was received from the message bus diretly and is not part
of a cache response.
|
static int |
CACHE_MESSAGE
The message was received as part of a good cache response.
|
static int |
CACHE_SUSPECT_MESSAGE
The message was received as part of a suspect cache response.
|
Constructor and Description |
---|
MessageCacheStatus() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int CACHE_INVALID_MESSAGE
public static final int CACHE_LIVE_MESSAGE
public static final int CACHE_MESSAGE
public static final int CACHE_SUSPECT_MESSAGE
Copyright 2004-2024 Solace Corporation. All rights reserved.