|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.IntKey
org.eclipse.stardust.engine.api.runtime.AcknowledgementState
public class AcknowledgementState
Represents the state of an acknowledgement request to a daemon.
| Field Summary | |
|---|---|
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. |
| Method Summary |
|---|
| Methods inherited from class org.eclipse.stardust.common.IntKey |
|---|
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AcknowledgementState Requested
public static final AcknowledgementState RespondedOK
public static final AcknowledgementState RespondedFailure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||