Class ActiveMQJMSServerBundle_$bundle
- java.lang.Object
-
- org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle_$bundle
-
- All Implemented Interfaces:
Serializable,ActiveMQJMSServerBundle
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-10-12T13:35:25+0000") public class ActiveMQJMSServerBundle_$bundle extends Object implements ActiveMQJMSServerBundle, Serializable
Warning 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 ActiveMQAddressExistsExceptioncfBindingsExists(String name)protected StringcfBindingsExists$str()ActiveMQInternalErrorExceptioncfDoesntExist(String name)protected StringcfDoesntExist$str()ActiveMQIllegalStateExceptiondiscoveryGroupDoesntExist(String name)protected StringdiscoveryGroupDoesntExist$str()ActiveMQIllegalStateExceptionerrorDecodingPassword(Exception e)protected StringerrorDecodingPassword$str()protected LocalegetLoggingLocale()ActiveMQIllegalStateExceptionnoConnectorNameConfiguredOnCF(String name)protected StringnoConnectorNameConfiguredOnCF$str()ActiveMQIllegalStateExceptionnoConnectorNameOnCF()protected StringnoConnectorNameOnCF$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final ActiveMQJMSServerBundle_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
cfDoesntExist$str
protected String cfDoesntExist$str()
-
cfDoesntExist
public final ActiveMQInternalErrorException cfDoesntExist(String name)
- Specified by:
cfDoesntExistin interfaceActiveMQJMSServerBundle
-
discoveryGroupDoesntExist$str
protected String discoveryGroupDoesntExist$str()
-
discoveryGroupDoesntExist
public final ActiveMQIllegalStateException discoveryGroupDoesntExist(String name)
- Specified by:
discoveryGroupDoesntExistin interfaceActiveMQJMSServerBundle
-
noConnectorNameOnCF$str
protected String noConnectorNameOnCF$str()
-
noConnectorNameOnCF
public final ActiveMQIllegalStateException noConnectorNameOnCF()
- Specified by:
noConnectorNameOnCFin interfaceActiveMQJMSServerBundle
-
noConnectorNameConfiguredOnCF$str
protected String noConnectorNameConfiguredOnCF$str()
-
noConnectorNameConfiguredOnCF
public final ActiveMQIllegalStateException noConnectorNameConfiguredOnCF(String name)
- Specified by:
noConnectorNameConfiguredOnCFin interfaceActiveMQJMSServerBundle
-
cfBindingsExists$str
protected String cfBindingsExists$str()
-
cfBindingsExists
public final ActiveMQAddressExistsException cfBindingsExists(String name)
- Specified by:
cfBindingsExistsin interfaceActiveMQJMSServerBundle
-
errorDecodingPassword$str
protected String errorDecodingPassword$str()
-
errorDecodingPassword
public final ActiveMQIllegalStateException errorDecodingPassword(Exception e)
- Specified by:
errorDecodingPasswordin interfaceActiveMQJMSServerBundle
-
-