Package com.azure.servicebus.jms.jndi
Class JNDIStorable
java.lang.Object
com.azure.servicebus.jms.jndi.JNDIStorable
- All Implemented Interfaces:
Referenceable
- Direct Known Subclasses:
ServiceBusJmsConnectionFactory,ServiceBusJmsQueue,ServiceBusJmsTopic
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckRequiredProperty(String propertyName, String propertyValue) Ensure that the required property's value is not null or emptyprotected abstract voidsetProperties(Map<String, String> properties)
-
Field Details
-
REQUIRED_PROPERTY_MESSAGE_FORMAT
- See Also:
-
-
Constructor Details
-
JNDIStorable
public JNDIStorable()
-
-
Method Details
-
getReference
- Specified by:
getReferencein interfaceReferenceable- Throws:
NamingException
-
getProperties
-
setProperties
-
checkRequiredProperty
Ensure that the required property's value is not null or empty
-