Class ActiveMQJMSClientBundle_impl
- java.lang.Object
-
- org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle_impl
-
- All Implemented Interfaces:
ActiveMQJMSClientBundle
public class ActiveMQJMSClientBundle_impl extends Object implements ActiveMQJMSClientBundle
-
-
Field Summary
-
Fields inherited from interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
BUNDLE
-
-
Constructor Summary
Constructors Constructor Description ActiveMQJMSClientBundle_impl(org.slf4j.Logger logger)
-
Method Summary
-
-
-
Method Detail
-
invalidFilter
public ActiveMQInvalidFilterExpressionException invalidFilter(SimpleString filter, Throwable e)
- Specified by:
invalidFilterin interfaceActiveMQJMSClientBundle
-
invalidSubscriptionName
public ActiveMQIllegalStateException invalidSubscriptionName()
- Specified by:
invalidSubscriptionNamein interfaceActiveMQJMSClientBundle
-
destinationDoesNotExist
public ActiveMQNonExistentQueueException destinationDoesNotExist(SimpleString destination)
- Specified by:
destinationDoesNotExistin interfaceActiveMQJMSClientBundle
-
nameCannotBeNull
public IllegalArgumentException nameCannotBeNull()
- Specified by:
nameCannotBeNullin interfaceActiveMQJMSClientBundle
-
nameCannotBeEmpty
public IllegalArgumentException nameCannotBeEmpty()
- Specified by:
nameCannotBeEmptyin interfaceActiveMQJMSClientBundle
-
callingMethodFromListenerRuntime
public jakarta.jms.IllegalStateRuntimeException callingMethodFromListenerRuntime()
- Specified by:
callingMethodFromListenerRuntimein interfaceActiveMQJMSClientBundle
-
callingMethodFromListener
public jakarta.jms.IllegalStateException callingMethodFromListener()
- Specified by:
callingMethodFromListenerin interfaceActiveMQJMSClientBundle
-
callingMethodFromCompletionListenerRuntime
public jakarta.jms.IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
- Specified by:
callingMethodFromCompletionListenerRuntimein interfaceActiveMQJMSClientBundle
-
callingMethodFromCompletionListener
public jakarta.jms.IllegalStateException callingMethodFromCompletionListener()
- Specified by:
callingMethodFromCompletionListenerin interfaceActiveMQJMSClientBundle
-
nullArgumentNotAllowed
public IllegalArgumentException nullArgumentNotAllowed(String type)
- Specified by:
nullArgumentNotAllowedin interfaceActiveMQJMSClientBundle
-
nullTopic
public jakarta.jms.InvalidDestinationException nullTopic()
- Specified by:
nullTopicin interfaceActiveMQJMSClientBundle
-
onlyValidForByteOrStreamMessages
public jakarta.jms.IllegalStateException onlyValidForByteOrStreamMessages()
- Specified by:
onlyValidForByteOrStreamMessagesin interfaceActiveMQJMSClientBundle
-
invalidJavaIdentifier
public jakarta.jms.JMSRuntimeException invalidJavaIdentifier(String propertyName)
- Specified by:
invalidJavaIdentifierin interfaceActiveMQJMSClientBundle
-
messageNotWritable
public jakarta.jms.MessageNotWriteableException messageNotWritable()
- Specified by:
messageNotWritablein interfaceActiveMQJMSClientBundle
-
messageNotReadable
public jakarta.jms.MessageNotReadableException messageNotReadable()
- Specified by:
messageNotReadablein interfaceActiveMQJMSClientBundle
-
illegalDeliveryMode
public jakarta.jms.JMSException illegalDeliveryMode(int deliveryMode)
- Specified by:
illegalDeliveryModein interfaceActiveMQJMSClientBundle
-
-