| Package | Description |
|---|---|
| org.masukomi.aspirin.core.store.queue |
| Modifier and Type | Field and Description |
|---|---|
private DeliveryState |
QueueInfo.state |
| Modifier and Type | Method and Description |
|---|---|
DeliveryState |
QueueInfo.getState() |
static DeliveryState |
DeliveryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryState[] |
DeliveryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueueInfo.hasState(DeliveryState... states) |
void |
QueueInfo.setState(DeliveryState state)
This method set original state, and notify all AspirinListener about the
state change, if the new change is not QUEUED.
|
Copyright © 2013. All Rights Reserved.