Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
org.apache.qpid.jms.meta |
Modifier and Type | Method and Description |
---|---|
JmsPrefetchPolicy |
JmsPrefetchPolicy.copy()
Copy this policy into a newly allocated instance.
|
JmsPrefetchPolicy |
JmsConnectionFactory.getPrefetchPolicy() |
JmsPrefetchPolicy |
JmsSession.getPrefetchPolicy() |
JmsPrefetchPolicy |
JmsConnection.getPrefetchPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
JmsConnectionFactory.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
void |
JmsSession.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
void |
JmsConnection.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
Constructor and Description |
---|
JmsPrefetchPolicy(JmsPrefetchPolicy source)
Creates a new JmsPrefetchPolicy instance copied from the source policy.
|
Modifier and Type | Method and Description |
---|---|
JmsPrefetchPolicy |
JmsConnectionInfo.getPrefetchPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
JmsConnectionInfo.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.