Uses of Interface
org.apache.activemq.artemis.core.server.management.NotificationService
-
-
Uses of NotificationService in org.apache.activemq.artemis.core.cluster
Constructors in org.apache.activemq.artemis.core.cluster with parameters of type NotificationService Constructor Description DiscoveryGroup(String nodeID, String name, long timeout, 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 NotificationService Modifier and Type Method Description voidInVMAcceptor. 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 NotificationService Modifier and Type Method Description voidNettyAcceptor. 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 NotificationService Constructor Description SecurityStoreImpl(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 NotificationService Modifier and Type Method Description voidBridge. 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 NotificationService Modifier and Type Method Description voidBridgeImpl. 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 Modifier and Type Interface Description interfaceManagementService -
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 Modifier and Type Class Description classManagementServiceImpl -
Uses of NotificationService in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type NotificationService Modifier and Type Method Description voidAcceptor. setNotificationService(NotificationService notificationService)Set the notification service for this acceptor to use.
-