Uses of Interface
org.apache.activemq.artemis.core.server.management.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in org.apache.activemq.artemis.core.cluster
Constructors in org.apache.activemq.artemis.core.cluster with parameters of type NotificationServiceModifierConstructorDescriptionDiscoveryGroup(String nodeID, String name, long timeout, long stoppingTimeout, BroadcastEndpointFactory endpointFactory, NotificationService service) This is the main constructor, intended to be used -
Uses of NotificationService in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type NotificationServiceModifier and TypeMethodDescriptionvoidInVMAcceptor.setNotificationService(NotificationService notificationService) -
Uses of NotificationService in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type NotificationServiceModifier and TypeMethodDescriptionvoidNettyAcceptor.setNotificationService(NotificationService notificationService) -
Uses of NotificationService in org.apache.activemq.artemis.core.security.impl
Constructors in org.apache.activemq.artemis.core.security.impl with parameters of type NotificationServiceModifierConstructorDescriptionSecurityStoreImpl(HierarchicalRepository<Set<Role>> securityRepository, ActiveMQSecurityManager securityManager, long invalidationInterval, boolean securityEnabled, String managementClusterUser, String managementClusterPassword, NotificationService notificationService, long authenticationCacheSize, long authorizationCacheSize) -
Uses of NotificationService in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type NotificationServiceModifier and TypeMethodDescriptionvoidBridge.setNotificationService(NotificationService notificationService) voidBroadcastGroup.setNotificationService(NotificationService notificationService) -
Uses of NotificationService in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type NotificationServiceModifier and TypeMethodDescriptionvoidBridgeImpl.setNotificationService(NotificationService notificationService) voidBroadcastGroupImpl.setNotificationService(NotificationService notificationService) -
Uses of NotificationService in org.apache.activemq.artemis.core.server.management
Subinterfaces of NotificationService in org.apache.activemq.artemis.core.server.management -
Uses of NotificationService in org.apache.activemq.artemis.core.server.management.impl
Classes in org.apache.activemq.artemis.core.server.management.impl that implement NotificationService -
Uses of NotificationService in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type NotificationServiceModifier and TypeMethodDescriptionvoidAcceptor.setNotificationService(NotificationService notificationService) Set the notification service for this acceptor to use.