Interface JNDIStorableInterface

All Superinterfaces:
Referenceable
All Known Implementing Classes:
ActiveMQConnectionFactory, ActiveMQDestination, ActiveMQQueue, ActiveMQSslConnectionFactory, ActiveMQTempDestination, ActiveMQTempQueue, ActiveMQTempTopic, ActiveMQTopic, ActiveMQXAConnectionFactory, ActiveMQXASslConnectionFactory, AnyDestination, JNDIBaseStorable

public interface JNDIStorableInterface extends Referenceable
Facilitates objects to be stored in JNDI as properties
  • Method Details

    • setProperties

      void setProperties(Properties properties)
      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