|
||||||||||
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 |
ActiveMQConnection.getPrefetchPolicy()
|
ActiveMQPrefetchPolicy |
ActiveMQConnectionFactory.getPrefetchPolicy()
Allows the prefetch policy to be configured |
Methods in org.activemq with parameters of type ActiveMQPrefetchPolicy | |
---|---|
void |
ActiveMQConnection.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
|
void |
ActiveMQConnectionFactory.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
Sets the prefetch policy |
Uses of ActiveMQPrefetchPolicy in org.activemq.transport |
---|
Methods in org.activemq.transport that return ActiveMQPrefetchPolicy | |
---|---|
ActiveMQPrefetchPolicy |
NetworkConnector.getLocalPrefetchPolicy()
|
ActiveMQPrefetchPolicy |
NetworkChannel.getLocalPrefetchPolicy()
|
ActiveMQPrefetchPolicy |
NetworkConnector.getRemotePrefetchPolicy()
|
ActiveMQPrefetchPolicy |
NetworkChannel.getRemotePrefetchPolicy()
|
Methods in org.activemq.transport with parameters of type ActiveMQPrefetchPolicy | |
---|---|
void |
NetworkConnector.setLocalPrefetchPolicy(ActiveMQPrefetchPolicy localPrefetchPolicy)
|
void |
NetworkChannel.setLocalPrefetchPolicy(ActiveMQPrefetchPolicy localPrefetchPolicy)
|
void |
NetworkConnector.setRemotePrefetchPolicy(ActiveMQPrefetchPolicy remotePrefetchPolicy)
|
void |
NetworkChannel.setRemotePrefetchPolicy(ActiveMQPrefetchPolicy remotePrefetchPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |