Package | Description |
---|---|
org.apache.sling.distribution.queue |
Modifier and Type | Method and Description |
---|---|
DistributionQueueItemState |
DistributionQueueItemStatus.getItemState() |
static DistributionQueueItemState |
DistributionQueueItemState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionQueueItemState[] |
DistributionQueueItemState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DistributionQueueItemStatus(Calendar entered,
DistributionQueueItemState state,
int attempts,
String queueName) |
DistributionQueueItemStatus(DistributionQueueItemState state,
String queueName) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.