| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| org.apache.qpid.jms.meta |
| Modifier and Type | Method and Description |
|---|---|
JmsResource.ResourceState |
JmsTemporaryDestination.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsTemporaryDestination.setState(JmsResource.ResourceState state) |
| Modifier and Type | Method and Description |
|---|---|
JmsResource.ResourceState |
JmsResource.getState() |
JmsResource.ResourceState |
JmsAbstractResource.getState() |
static JmsResource.ResourceState |
JmsResource.ResourceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsResource.ResourceState[] |
JmsResource.ResourceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JmsResource.setState(JmsResource.ResourceState state)
Sets or updates the current state of this resource.
|
void |
JmsAbstractResource.setState(JmsResource.ResourceState state) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.