org.eclipse.stardust.engine.api.runtime
Class AcknowledgementState

java.lang.Object
  extended by org.eclipse.stardust.common.IntKey
      extended by org.eclipse.stardust.engine.api.runtime.AcknowledgementState
All Implemented Interfaces:
Serializable, Comparable

public class AcknowledgementState
extends org.eclipse.stardust.common.IntKey

Represents the state of an acknowledgement request to a daemon.

Version:
$Revision$
Author:
ubirkemeyer
See Also:
Serialized Form

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

Requested

public static final AcknowledgementState Requested
Request was sent, no response received.


RespondedOK

public static final AcknowledgementState RespondedOK
Request was sent, positive response received.


RespondedFailure

public static final AcknowledgementState RespondedFailure
Request was sent, daemon reported a problem.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.