Uses of Class
org.apache.activemq.artemis.ra.inflow.ActiveMQActivationSpec
-
Packages that use ActiveMQActivationSpec Package Description org.apache.activemq.artemis.ra ActiveMQ Artemis Resource Adaptororg.apache.activemq.artemis.ra.inflow -
-
Uses of ActiveMQActivationSpec in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra with parameters of type ActiveMQActivationSpec Modifier and Type Method Description voidActiveMQRALogger_impl. attemptingReconnect(ActiveMQActivationSpec spec)voidActiveMQRALogger. attemptingReconnect(ActiveMQActivationSpec spec)voidActiveMQRALogger_impl. errorReconnecting(ActiveMQActivationSpec spec, Throwable t)voidActiveMQRALogger. errorReconnecting(ActiveMQActivationSpec spec, Throwable t)voidActiveMQRALogger_impl. failureInActivation(ActiveMQActivationSpec spec, Throwable t)voidActiveMQRALogger. failureInActivation(ActiveMQActivationSpec spec, Throwable t) -
Uses of ActiveMQActivationSpec in org.apache.activemq.artemis.ra.inflow
Methods in org.apache.activemq.artemis.ra.inflow that return ActiveMQActivationSpec Modifier and Type Method Description ActiveMQActivationSpecActiveMQActivation. getActivationSpec()Get the activation specConstructors in org.apache.activemq.artemis.ra.inflow with parameters of type ActiveMQActivationSpec Constructor Description ActiveMQActivation(ActiveMQResourceAdapter ra, javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, ActiveMQActivationSpec spec)Constructor
-