Uses of Interface
org.apache.activemq.artemis.core.server.ServiceRegistry
-
Packages that use ServiceRegistry Package Description org.apache.activemq.artemis.core.remoting.server.impl org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of ServiceRegistry in org.apache.activemq.artemis.core.remoting.server.impl
Constructors in org.apache.activemq.artemis.core.remoting.server.impl with parameters of type ServiceRegistry Constructor Description RemotingServiceImpl(ClusterManager clusterManager, Configuration config, ActiveMQServer server, ManagementService managementService, ScheduledExecutorService scheduledThreadPool, List<ProtocolManagerFactory> protocolManagerFactories, Executor flushExecutor, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ServiceRegistry Modifier and Type Method Description ServiceRegistryActiveMQServer. getServiceRegistry() -
Uses of ServiceRegistry in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ServiceRegistry Modifier and Type Class Description classServiceRegistryImplMethods in org.apache.activemq.artemis.core.server.impl that return ServiceRegistry Modifier and Type Method Description ServiceRegistryActiveMQServerImpl. getServiceRegistry()Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type ServiceRegistry Constructor Description ActiveMQServerImpl(Configuration configuration, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, ActiveMQServer parentServer, ServiceRegistry serviceRegistry)ConnectorsService(Configuration configuration, StorageManager storageManager, ScheduledExecutorService scheduledPool, PostOffice postOffice, ServiceRegistry serviceRegistry)
-