Class SpringBindingRegistry

  • All Implemented Interfaces:
    org.apache.activemq.artemis.spi.core.naming.BindingRegistry

    @Deprecated
    public class SpringBindingRegistry
    extends java.lang.Object
    implements org.apache.activemq.artemis.spi.core.naming.BindingRegistry
    Deprecated.
    This has been deprecated since org.apache.activemq.artemis.integration.spring.SpringJmsBootstrap was also deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringBindingRegistry​(org.springframework.beans.factory.config.ConfigurableBeanFactory factory)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean bind​(java.lang.String name, java.lang.Object obj)
      Deprecated.
       
      void close()
      Deprecated.
       
      java.lang.Object lookup​(java.lang.String name)
      Deprecated.
       
      void unbind​(java.lang.String name)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringBindingRegistry

        public SpringBindingRegistry​(org.springframework.beans.factory.config.ConfigurableBeanFactory factory)
        Deprecated.
    • Method Detail

      • lookup

        public java.lang.Object lookup​(java.lang.String name)
        Deprecated.
        Specified by:
        lookup in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry
      • bind

        public boolean bind​(java.lang.String name,
                            java.lang.Object obj)
        Deprecated.
        Specified by:
        bind in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry
      • unbind

        public void unbind​(java.lang.String name)
        Deprecated.
        Specified by:
        unbind in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry
      • close

        public void close()
        Deprecated.
        Specified by:
        close in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry