public class AcknowledgementState
extends org.eclipse.stardust.common.IntKey
| Modifier and Type | Field and Description |
|---|---|
static AcknowledgementState |
Requested
Request was sent, no response received.
|
static AcknowledgementState |
RespondedFailure
Request was sent, daemon reported a problem.
|
static AcknowledgementState |
RespondedOK
Request was sent, positive response received.
|
public static final AcknowledgementState Requested
public static final AcknowledgementState RespondedOK
public static final AcknowledgementState RespondedFailure
Copyright © 2016 Eclipse Stardust. All Rights Reserved.