|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ActiveMQPrefetchPolicy | |
| org.activemq | The core JMS client implementation classes |
| org.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
| Uses of ActiveMQPrefetchPolicy in org.activemq |
| Methods in org.activemq that return ActiveMQPrefetchPolicy | |
ActiveMQPrefetchPolicy |
ActiveMQConnectionFactory.getPrefetchPolicy()
Allows the prefetch policy to be configured |
ActiveMQPrefetchPolicy |
ActiveMQConnection.getPrefetchPolicy()
|
| Methods in org.activemq with parameters of type ActiveMQPrefetchPolicy | |
void |
ActiveMQConnectionFactory.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
Sets the prefetch policy |
void |
ActiveMQConnection.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
|
| Uses of ActiveMQPrefetchPolicy in org.activemq.transport |
| Methods in org.activemq.transport that return ActiveMQPrefetchPolicy | |
ActiveMQPrefetchPolicy |
NetworkConnector.getLocalPrefetchPolicy()
|
ActiveMQPrefetchPolicy |
NetworkConnector.getRemotePrefetchPolicy()
|
ActiveMQPrefetchPolicy |
NetworkChannel.getLocalPrefetchPolicy()
|
ActiveMQPrefetchPolicy |
NetworkChannel.getRemotePrefetchPolicy()
|
| Methods in org.activemq.transport with parameters of type ActiveMQPrefetchPolicy | |
void |
NetworkConnector.setLocalPrefetchPolicy(ActiveMQPrefetchPolicy localPrefetchPolicy)
|
void |
NetworkConnector.setRemotePrefetchPolicy(ActiveMQPrefetchPolicy remotePrefetchPolicy)
|
void |
NetworkChannel.setLocalPrefetchPolicy(ActiveMQPrefetchPolicy localPrefetchPolicy)
|
void |
NetworkChannel.setRemotePrefetchPolicy(ActiveMQPrefetchPolicy remotePrefetchPolicy)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||