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)javax.jms.JMSRuntimeExceptionillegalJEEMethod()javax.jms.JMSRuntimeExceptioninvalidAcknowledgeMode(int sessionMode)javax.jms.JMSRuntimeExceptioninvalidClientAcknowledgeModeRuntime()javax.jms.JMSRuntimeExceptioninvalidSessionTransactedModeRuntime()javax.jms.JMSExceptioninvalidSessionTransactedModeRuntimeAllowLocal()javax.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
javax.resource.NotSupportedException noActivationSpec()
-
noDestinationName
IllegalArgumentException noDestinationName()
-
illegalJEEMethod
javax.jms.JMSRuntimeException illegalJEEMethod()
-
invalidSessionTransactedModeRuntime
javax.jms.JMSRuntimeException invalidSessionTransactedModeRuntime()
-
invalidClientAcknowledgeModeRuntime
javax.jms.JMSRuntimeException invalidClientAcknowledgeModeRuntime()
-
invalidAcknowledgeMode
javax.jms.JMSRuntimeException invalidAcknowledgeMode(int sessionMode)
-
invalidSessionTransactedModeRuntimeAllowLocal
javax.jms.JMSException invalidSessionTransactedModeRuntimeAllowLocal()
-
-