public class CorrelationId extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED |
static int |
SUCCESS |
static int |
TIMEOUT |
| Constructor and Description |
|---|
CorrelationId() |
| Modifier and Type | Method and Description |
|---|---|
void |
fail(JCSMPException e) |
JCSMPException |
getException() |
boolean |
isFailed() |
boolean |
isSuccessful() |
boolean |
isTimeout() |
void |
success() |
public static final int SUCCESS
public static final int FAILED
public static final int TIMEOUT
public void success()
public void fail(JCSMPException e)
public boolean isSuccessful()
public boolean isFailed()
public boolean isTimeout()
public JCSMPException getException()
Copyright 2004-2021 Solace Corporation. All rights reserved.