Modifier and Type | Field and Description |
---|---|
static AddressQueueStatus[] |
AddressQueueStatus.values |
Modifier and Type | Method and Description |
---|---|
static AddressQueueStatus |
AddressQueueStatus.fromID(short id) |
static AddressQueueStatus |
AddressQueueStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressQueueStatus[] |
AddressQueueStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
StorageManager.storeAddressStatus(long addressID,
AddressQueueStatus status) |
long |
StorageManager.storeQueueStatus(long queueID,
AddressQueueStatus status) |
Modifier and Type | Method and Description |
---|---|
long |
AbstractJournalStorageManager.storeAddressStatus(long addressID,
AddressQueueStatus status) |
long |
AbstractJournalStorageManager.storeQueueStatus(long queueID,
AddressQueueStatus status) |
Modifier and Type | Method and Description |
---|---|
AddressQueueStatus |
AddressStatusEncoding.getStatus() |
AddressQueueStatus |
QueueStatusEncoding.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AddressStatusEncoding.setStatus(AddressQueueStatus status) |
Constructor and Description |
---|
AddressStatusEncoding(long addressId,
AddressQueueStatus status) |
QueueStatusEncoding(long queueID,
AddressQueueStatus status) |
Modifier and Type | Method and Description |
---|---|
long |
NullStorageManager.storeAddressStatus(long addressID,
AddressQueueStatus status) |
long |
NullStorageManager.storeQueueStatus(long queueID,
AddressQueueStatus status) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.