Package | Description |
---|---|
org.apache.qpid.client |
Modifier and Type | Method and Description |
---|---|
AMQDestination.AddressOption |
AMQDestination.getAssert() |
AMQDestination.AddressOption |
AMQDestination.getCreate() |
AMQDestination.AddressOption |
AMQDestination.getDelete() |
static AMQDestination.AddressOption |
AMQDestination.AddressOption.getOption(String str) |
static AMQDestination.AddressOption |
AMQDestination.AddressOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQDestination.AddressOption[] |
AMQDestination.AddressOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AMQDestination.setAssert(AMQDestination.AddressOption option) |
void |
AMQDestination.setCreate(AMQDestination.AddressOption option) |
void |
AMQDestination.setDelete(AMQDestination.AddressOption option) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.