Uses of Interface
org.apache.activemq.artemis.spi.core.naming.BindingRegistry
-
Packages that use BindingRegistry Package Description org.apache.activemq.artemis.jms.server org.apache.activemq.artemis.jms.server.embedded org.apache.activemq.artemis.jms.server.impl -
-
Uses of BindingRegistry in org.apache.activemq.artemis.jms.server
Methods in org.apache.activemq.artemis.jms.server that return BindingRegistry Modifier and Type Method Description BindingRegistryJMSServerManager. getRegistry()Deprecated.Methods in org.apache.activemq.artemis.jms.server with parameters of type BindingRegistry Modifier and Type Method Description voidJMSServerManager. setRegistry(BindingRegistry registry)Deprecated.Set this property if you want JMS resources bound to a registry -
Uses of BindingRegistry in org.apache.activemq.artemis.jms.server.embedded
Fields in org.apache.activemq.artemis.jms.server.embedded declared as BindingRegistry Modifier and Type Field Description protected BindingRegistryEmbeddedJMS. registryDeprecated.Methods in org.apache.activemq.artemis.jms.server.embedded that return BindingRegistry Modifier and Type Method Description BindingRegistryEmbeddedJMS. getRegistry()Deprecated.Methods in org.apache.activemq.artemis.jms.server.embedded with parameters of type BindingRegistry Modifier and Type Method Description EmbeddedJMSEmbeddedJMS. setRegistry(BindingRegistry registry)Deprecated.Only set this property if you are using a custom BindingRegistry -
Uses of BindingRegistry in org.apache.activemq.artemis.jms.server.impl
Methods in org.apache.activemq.artemis.jms.server.impl that return BindingRegistry Modifier and Type Method Description BindingRegistryJMSServerManagerImpl. getRegistry()Deprecated.Methods in org.apache.activemq.artemis.jms.server.impl with parameters of type BindingRegistry Modifier and Type Method Description voidJMSServerManagerImpl. setRegistry(BindingRegistry registry)Deprecated.Constructors in org.apache.activemq.artemis.jms.server.impl with parameters of type BindingRegistry Constructor Description JMSServerManagerImpl(org.apache.activemq.artemis.core.server.ActiveMQServer server, BindingRegistry registry)Deprecated.This constructor is used by the Application Server's integration
-