Class ActiveMQJMSServerBundle_impl
- java.lang.Object
-
- org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle_impl
-
- All Implemented Interfaces:
ActiveMQJMSServerBundle
public class ActiveMQJMSServerBundle_impl extends Object implements ActiveMQJMSServerBundle
-
-
Field Summary
-
Fields inherited from interface org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle
BUNDLE
-
-
Constructor Summary
Constructors Constructor Description ActiveMQJMSServerBundle_impl(org.slf4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQAddressExistsExceptioncfBindingsExists(String name)ActiveMQInternalErrorExceptioncfDoesntExist(String name)ActiveMQIllegalStateExceptiondiscoveryGroupDoesntExist(String name)ActiveMQIllegalStateExceptionerrorDecodingPassword(Exception e)ActiveMQIllegalStateExceptionnoConnectorNameConfiguredOnCF(String name)ActiveMQIllegalStateExceptionnoConnectorNameOnCF()
-
-
-
Method Detail
-
cfDoesntExist
public ActiveMQInternalErrorException cfDoesntExist(String name)
- Specified by:
cfDoesntExistin interfaceActiveMQJMSServerBundle
-
discoveryGroupDoesntExist
public ActiveMQIllegalStateException discoveryGroupDoesntExist(String name)
- Specified by:
discoveryGroupDoesntExistin interfaceActiveMQJMSServerBundle
-
noConnectorNameOnCF
public ActiveMQIllegalStateException noConnectorNameOnCF()
- Specified by:
noConnectorNameOnCFin interfaceActiveMQJMSServerBundle
-
noConnectorNameConfiguredOnCF
public ActiveMQIllegalStateException noConnectorNameConfiguredOnCF(String name)
- Specified by:
noConnectorNameConfiguredOnCFin interfaceActiveMQJMSServerBundle
-
cfBindingsExists
public ActiveMQAddressExistsException cfBindingsExists(String name)
- Specified by:
cfBindingsExistsin interfaceActiveMQJMSServerBundle
-
errorDecodingPassword
public ActiveMQIllegalStateException errorDecodingPassword(Exception e)
- Specified by:
errorDecodingPasswordin interfaceActiveMQJMSServerBundle
-
-