Class ActiveMQJMSServerBundle_$bundle
- java.lang.Object
-
- org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle_$bundle
-
- All Implemented Interfaces:
java.io.Serializable,ActiveMQJMSServerBundle
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2022-04-27T20:12:12-0400") public class ActiveMQJMSServerBundle_$bundle extends java.lang.Object implements ActiveMQJMSServerBundle, java.io.SerializableWarning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQJMSServerBundle_$bundleINSTANCE-
Fields inherited from interface org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle
BUNDLE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActiveMQJMSServerBundle_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.activemq.artemis.api.core.ActiveMQAddressExistsExceptioncfBindingsExists(java.lang.String name)protected java.lang.StringcfBindingsExists$str()org.apache.activemq.artemis.api.core.ActiveMQInternalErrorExceptioncfDoesntExist(java.lang.String name)protected java.lang.StringcfDoesntExist$str()org.apache.activemq.artemis.api.core.ActiveMQIllegalStateExceptiondiscoveryGroupDoesntExist(java.lang.String name)protected java.lang.StringdiscoveryGroupDoesntExist$str()org.apache.activemq.artemis.api.core.ActiveMQIllegalStateExceptionerrorDecodingPassword(java.lang.Exception e)protected java.lang.StringerrorDecodingPassword$str()protected java.util.LocalegetLoggingLocale()org.apache.activemq.artemis.api.core.ActiveMQIllegalStateExceptionnoConnectorNameConfiguredOnCF(java.lang.String name)protected java.lang.StringnoConnectorNameConfiguredOnCF$str()org.apache.activemq.artemis.api.core.ActiveMQIllegalStateExceptionnoConnectorNameOnCF()protected java.lang.StringnoConnectorNameOnCF$str()protected java.lang.ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final ActiveMQJMSServerBundle_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected java.lang.Object readResolve()
-
getLoggingLocale
protected java.util.Locale getLoggingLocale()
-
cfDoesntExist$str
protected java.lang.String cfDoesntExist$str()
-
cfDoesntExist
public final org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException cfDoesntExist(java.lang.String name)
- Specified by:
cfDoesntExistin interfaceActiveMQJMSServerBundle
-
discoveryGroupDoesntExist$str
protected java.lang.String discoveryGroupDoesntExist$str()
-
discoveryGroupDoesntExist
public final org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException discoveryGroupDoesntExist(java.lang.String name)
- Specified by:
discoveryGroupDoesntExistin interfaceActiveMQJMSServerBundle
-
noConnectorNameOnCF$str
protected java.lang.String noConnectorNameOnCF$str()
-
noConnectorNameOnCF
public final org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException noConnectorNameOnCF()
- Specified by:
noConnectorNameOnCFin interfaceActiveMQJMSServerBundle
-
noConnectorNameConfiguredOnCF$str
protected java.lang.String noConnectorNameConfiguredOnCF$str()
-
noConnectorNameConfiguredOnCF
public final org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException noConnectorNameConfiguredOnCF(java.lang.String name)
- Specified by:
noConnectorNameConfiguredOnCFin interfaceActiveMQJMSServerBundle
-
cfBindingsExists$str
protected java.lang.String cfBindingsExists$str()
-
cfBindingsExists
public final org.apache.activemq.artemis.api.core.ActiveMQAddressExistsException cfBindingsExists(java.lang.String name)
- Specified by:
cfBindingsExistsin interfaceActiveMQJMSServerBundle
-
errorDecodingPassword$str
protected java.lang.String errorDecodingPassword$str()
-
errorDecodingPassword
public final org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException errorDecodingPassword(java.lang.Exception e)
- Specified by:
errorDecodingPasswordin interfaceActiveMQJMSServerBundle
-
-