public final class ProcessState
extends java.lang.Enum
Title: DBH dataspace
Description: Process State
Enumeration of possible message state.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ProcessState |
ACKNOWLEDGED
Shows that a message has been properly processed and acknowledged.
|
static ProcessState |
DISCARDED |
static ProcessState |
ENQUEUED
Shows that a message is new and can be return by
poll() method when there is turn of the message. |
static ProcessState |
EXPIRED |
static ProcessState |
FORWARDED |
static ProcessState |
IN_TRANSACTION
Shows that a message has been already polled in transactional way.
|
static ProcessState |
LOCKED
Shows that a message has been already polled and someone uses it.
|
static ProcessState |
LOCKED_FOR_OFFER |
static ProcessState |
PENDING |
static ProcessState |
SKIPPED |
static ProcessState |
UNACKNOWLEDGED |
static ProcessState |
UNDELIVERED
Shows that a message has been offered but not acknowledged in the necessary period of time.
|
static ProcessState |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ProcessState |
valueOf(java.lang.String name) |
static ProcessState[] |
values() |
public static final ProcessState ENQUEUED
poll()
method when there is turn of the message.public static final ProcessState LOCKED
poll()
method, but can be selected, acknowledged and rolled back.public static final ProcessState LOCKED_FOR_OFFER
public static final ProcessState ACKNOWLEDGED
poll()
method, but can be selected.public static final ProcessState UNKNOWN
public static final ProcessState IN_TRANSACTION
poll()
method, but can be selected, acknowledged and rolled back both separately or in bunch.public static final ProcessState UNDELIVERED
public static final ProcessState UNACKNOWLEDGED
public static final ProcessState SKIPPED
public static final ProcessState PENDING
public static final ProcessState EXPIRED
public static final ProcessState DISCARDED
public static final ProcessState FORWARDED
public static ProcessState[] values()
public static ProcessState valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.