|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQPrefetchPolicy | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
Uses of ActiveMQPrefetchPolicy in org.apache.activemq |
---|
Methods in org.apache.activemq that return ActiveMQPrefetchPolicy | |
---|---|
ActiveMQPrefetchPolicy |
ActiveMQConnection.getPrefetchPolicy()
|
ActiveMQPrefetchPolicy |
ActiveMQConnectionFactory.getPrefetchPolicy()
|
Methods in org.apache.activemq with parameters of type ActiveMQPrefetchPolicy | |
---|---|
void |
ActiveMQConnection.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
Sets the prefetch policy for consumers created by this connection. |
void |
ActiveMQConnectionFactory.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
Sets the prefetch policy for consumers created by this connection. |
Uses of ActiveMQPrefetchPolicy in org.apache.activemq.ra |
---|
Methods in org.apache.activemq.ra that return ActiveMQPrefetchPolicy | |
---|---|
ActiveMQPrefetchPolicy |
ActiveMQConnectionRequestInfo.prefetchPolicy()
Returns the prefetch policy; not using bean properties to avoid breaking compatibility with JCA configuration in J2EE |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |