Uses of Interface
org.apache.activemq.artemis.core.remoting.server.RemotingService
-
-
Uses of RemotingService in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type RemotingService Constructor Description ActiveMQServerControlImpl(PostOffice postOffice, Configuration configuration, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, MessageCounterManager messageCounterManager, StorageManager storageManager, NotificationBroadcasterSupport broadcaster) -
Uses of RemotingService in org.apache.activemq.artemis.core.remoting.server.impl
Classes in org.apache.activemq.artemis.core.remoting.server.impl that implement RemotingService Modifier and Type Class Description classRemotingServiceImpl -
Uses of RemotingService in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return RemotingService Modifier and Type Method Description RemotingServiceActiveMQServer. getRemotingService() -
Uses of RemotingService in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return RemotingService Modifier and Type Method Description RemotingServiceActiveMQServerImpl. getRemotingService()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type RemotingService Modifier and Type Method Description voidActivation. freezeConnections(RemotingService remotingService)voidColocatedActivation. freezeConnections(RemotingService remotingService)voidLiveOnlyActivation. freezeConnections(RemotingService remotingService)voidReplicationPrimaryActivation. freezeConnections(RemotingService remotingService)voidSharedNothingLiveActivation. freezeConnections(RemotingService remotingService) -
Uses of RemotingService in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type RemotingService Modifier and Type Method Description ActiveMQServerControlImplManagementService. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup) -
Uses of RemotingService in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type RemotingService Modifier and Type Method Description ActiveMQServerControlImplManagementServiceImpl. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager1, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup)
-