Package org.apache.activemq.artemis.ra
Interface ActiveMQRABundle
-
- All Known Implementing Classes:
ActiveMQRABundle_impl
public interface ActiveMQRABundleLogger Code 15
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQRABundleBUNDLEstatic StringISEError message for strict behaviour
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveMQIllegalStateExceptionerrorDecodingPassword(Exception e)jakarta.jms.JMSRuntimeExceptionillegalJEEMethod()jakarta.jms.JMSRuntimeExceptioninvalidAcknowledgeMode(int sessionMode)jakarta.jms.JMSRuntimeExceptioninvalidClientAcknowledgeModeRuntime()jakarta.jms.JMSRuntimeExceptioninvalidSessionTransactedModeRuntime()jakarta.jms.JMSExceptioninvalidSessionTransactedModeRuntimeAllowLocal()jakarta.resource.NotSupportedExceptionnoActivationSpec()IllegalArgumentExceptionnoDestinationName()
-
-
-
Field Detail
-
ISE
static final String ISE
Error message for strict behaviour- See Also:
- Constant Field Values
-
BUNDLE
static final ActiveMQRABundle BUNDLE
-
-
Method Detail
-
errorDecodingPassword
ActiveMQIllegalStateException errorDecodingPassword(Exception e)
-
noActivationSpec
jakarta.resource.NotSupportedException noActivationSpec()
-
noDestinationName
IllegalArgumentException noDestinationName()
-
illegalJEEMethod
jakarta.jms.JMSRuntimeException illegalJEEMethod()
-
invalidSessionTransactedModeRuntime
jakarta.jms.JMSRuntimeException invalidSessionTransactedModeRuntime()
-
invalidClientAcknowledgeModeRuntime
jakarta.jms.JMSRuntimeException invalidClientAcknowledgeModeRuntime()
-
invalidAcknowledgeMode
jakarta.jms.JMSRuntimeException invalidAcknowledgeMode(int sessionMode)
-
invalidSessionTransactedModeRuntimeAllowLocal
jakarta.jms.JMSException invalidSessionTransactedModeRuntimeAllowLocal()
-
-