Uses of Interface
org.apache.qpid.jms.policy.JmsPrefetchPolicy
-
Packages that use JmsPrefetchPolicy Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.meta org.apache.qpid.jms.policy -
-
Uses of JmsPrefetchPolicy in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return JmsPrefetchPolicy Modifier and Type Method Description JmsPrefetchPolicyJmsConnection. getPrefetchPolicy()JmsPrefetchPolicyJmsConnectionFactory. getPrefetchPolicy()JmsPrefetchPolicyJmsSession. getPrefetchPolicy()Methods in org.apache.qpid.jms with parameters of type JmsPrefetchPolicy Modifier and Type Method Description voidJmsConnection. setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy)voidJmsConnectionFactory. setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) -
Uses of JmsPrefetchPolicy in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsPrefetchPolicy Modifier and Type Method Description JmsPrefetchPolicyJmsConnectionInfo. getPrefetchPolicy()JmsPrefetchPolicyJmsSessionInfo. getPrefetchPolicy()Methods in org.apache.qpid.jms.meta with parameters of type JmsPrefetchPolicy Modifier and Type Method Description voidJmsConnectionInfo. setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy)voidJmsSessionInfo. setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) -
Uses of JmsPrefetchPolicy in org.apache.qpid.jms.policy
Classes in org.apache.qpid.jms.policy that implement JmsPrefetchPolicy Modifier and Type Class Description classJmsDefaultPrefetchPolicyDefines the prefetch message policies for different types of consumersMethods in org.apache.qpid.jms.policy that return JmsPrefetchPolicy Modifier and Type Method Description JmsPrefetchPolicyJmsPrefetchPolicy. copy()Copy this policy into a newly allocated instance.
-