Uses of Interface
org.apache.activemq.artemis.core.remoting.server.RemotingService
Packages that use RemotingService
Package
Description
-
Uses of RemotingService in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type RemotingServiceModifierConstructorDescriptionActiveMQServerControlImpl(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 -
Uses of RemotingService in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return RemotingService -
Uses of RemotingService in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return RemotingServiceMethods in org.apache.activemq.artemis.core.server.impl with parameters of type RemotingServiceModifier and TypeMethodDescriptionvoidActivation.freezeConnections(RemotingService remotingService) freeze the connection but allow the Activation to over ride this and decide if any connections should be left open.voidColocatedActivation.freezeConnections(RemotingService remotingService) voidPrimaryOnlyActivation.freezeConnections(RemotingService remotingService) voidReplicationPrimaryActivation.freezeConnections(RemotingService remotingService) voidSharedNothingPrimaryActivation.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 RemotingServiceModifier and TypeMethodDescriptionManagementService.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 RemotingServiceModifier and TypeMethodDescriptionManagementServiceImpl.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)