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 BindingRegistry
JMSServerManager. getRegistry()
Deprecated.Methods in org.apache.activemq.artemis.jms.server with parameters of type BindingRegistry Modifier and Type Method Description void
JMSServerManager. 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 BindingRegistry
EmbeddedJMS. registry
Deprecated.Methods in org.apache.activemq.artemis.jms.server.embedded that return BindingRegistry Modifier and Type Method Description BindingRegistry
EmbeddedJMS. getRegistry()
Deprecated.Methods in org.apache.activemq.artemis.jms.server.embedded with parameters of type BindingRegistry Modifier and Type Method Description EmbeddedJMS
EmbeddedJMS. 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 BindingRegistry
JMSServerManagerImpl. getRegistry()
Deprecated.Methods in org.apache.activemq.artemis.jms.server.impl with parameters of type BindingRegistry Modifier and Type Method Description void
JMSServerManagerImpl. 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
-