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 Summary

    Modifier and Type
    Method
    Description
    Get the properties from this instance for storing in JNDI
    void
    set the properties for this instance as retrieved from JNDI

    Methods inherited from interface javax.naming.Referenceable

    getReference
  • 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