Interface ActiveMQJMSServerBundle
-
- All Known Implementing Classes:
ActiveMQJMSServerBundle_impl
public interface ActiveMQJMSServerBundleLogger Code 12
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQJMSServerBundleBUNDLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveMQAddressExistsExceptioncfBindingsExists(String name)ActiveMQInternalErrorExceptioncfDoesntExist(String name)ActiveMQIllegalStateExceptiondiscoveryGroupDoesntExist(String name)ActiveMQIllegalStateExceptionerrorDecodingPassword(Exception e)ActiveMQIllegalStateExceptionnoConnectorNameConfiguredOnCF(String name)ActiveMQIllegalStateExceptionnoConnectorNameOnCF()
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQJMSServerBundle BUNDLE
-
-
Method Detail
-
cfDoesntExist
ActiveMQInternalErrorException cfDoesntExist(String name)
-
discoveryGroupDoesntExist
ActiveMQIllegalStateException discoveryGroupDoesntExist(String name)
-
noConnectorNameOnCF
ActiveMQIllegalStateException noConnectorNameOnCF()
-
noConnectorNameConfiguredOnCF
ActiveMQIllegalStateException noConnectorNameConfiguredOnCF(String name)
-
cfBindingsExists
ActiveMQAddressExistsException cfBindingsExists(String name)
-
errorDecodingPassword
ActiveMQIllegalStateException errorDecodingPassword(Exception e)
-
-