Package | Description |
---|---|
org.apache.qpid.server.message | |
org.apache.qpid.server.queue |
Modifier and Type | Method and Description |
---|---|
abstract MessageInstance.State |
MessageInstance.EntryState.getState() |
MessageInstance.State |
MessageInstance.AvailableState.getState() |
MessageInstance.State |
MessageInstance.DequeuedState.getState() |
MessageInstance.State |
MessageInstance.DeletedState.getState() |
MessageInstance.State |
MessageInstance.NonConsumerAcquiredState.getState() |
MessageInstance.State |
MessageInstance.ConsumerAcquiredState.getState() |
MessageInstance.State |
MessageInstance.LockedAcquiredState.getState() |
static MessageInstance.State |
MessageInstance.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageInstance.State[] |
MessageInstance.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageInstance.addStateChangeListener(StateChangeListener<? super MessageInstance,MessageInstance.State> listener) |
boolean |
MessageInstance.removeStateChangeListener(StateChangeListener<? super MessageInstance,MessageInstance.State> listener) |
Modifier and Type | Method and Description |
---|---|
void |
QueueEntryImpl.addStateChangeListener(StateChangeListener<? super MessageInstance,MessageInstance.State> listener) |
boolean |
QueueEntryImpl.removeStateChangeListener(StateChangeListener<? super MessageInstance,MessageInstance.State> listener) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.