com.wombat.mama
public class MamaQuality extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
QUALITY_DUPLICATE
Messages with duplicate sequence numbers have been received for the
subscription.
|
static short |
QUALITY_FORCED_STALE |
static short |
QUALITY_MAYBE_STALE
The quality of the subscription is possibly stale.
|
static short |
QUALITY_OK
The quality of the subscription is ok.
|
static short |
QUALITY_PARTIAL_STALE
As with
QUALITY_MAYBE_STALE |
static short |
QUALITY_STALE
The quality of the subscription is stale.
|
static short |
QUALITY_UNKNOWN
Invalid quality state value.
|
Constructor and Description |
---|
MamaQuality() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(short quality)
Get a stringified representation of the quality.
|
public static final short QUALITY_OK
public static final short QUALITY_MAYBE_STALE
public static final short QUALITY_STALE
public static final short QUALITY_PARTIAL_STALE
QUALITY_MAYBE_STALE
public static final short QUALITY_FORCED_STALE
public static final short QUALITY_DUPLICATE
public static final short QUALITY_UNKNOWN
Copyright 2011 NYSE Technologies