Interface JNDIStorableInterface
- All Superinterfaces:
Referenceable
- All Known Implementing Classes:
ActiveMQConnectionFactory, ActiveMQDestination, ActiveMQQueue, ActiveMQSslConnectionFactory, ActiveMQTempDestination, ActiveMQTempQueue, ActiveMQTempTopic, ActiveMQTopic, ActiveMQXAConnectionFactory, ActiveMQXASslConnectionFactory, AnyDestination, JNDIBaseStorable
Facilitates objects to be stored in JNDI as properties
-
Method Summary
Modifier and TypeMethodDescriptionGet the properties from this instance for storing in JNDIvoidsetProperties(Properties properties) set the properties for this instance as retrieved from JNDIMethods inherited from interface Referenceable
getReference
-
Method Details
-
setProperties
set the properties for this instance as retrieved from JNDI- Parameters:
properties-
-
getProperties
Properties getProperties()Get the properties from this instance for storing in JNDI- Returns:
- the properties that should be stored in JNDI
-