Uses of Class
fish.payara.internal.notification.PayaraNotification
-
-
Uses of PayaraNotification in fish.payara.internal.notification
Methods in fish.payara.internal.notification that return PayaraNotification Modifier and Type Method Description PayaraNotificationPayaraNotificationBuilder. build()PayaraNotificationPayaraNotificationFactory. buildNotificationEvent(String subject, String message)Creates aNotificationEventPayaraNotificationPayaraNotificationFactory. buildNotificationEvent(Level level, String subject, String message, Object[] parameters)Creates aNotificationEventMethods in fish.payara.internal.notification with parameters of type PayaraNotification Modifier and Type Method Description voidPayaraNotifier. handleNotification(PayaraNotification event)Receive notifications from the notification service. -
Uses of PayaraNotification in fish.payara.jmx.monitoring
Constructor parameters in fish.payara.jmx.monitoring with type arguments of type PayaraNotification Constructor Description JMXMonitoringFormatter(MBeanServer mBeanServer, List<JMXMonitoringJob> jobs, JMXMonitoringService monitoringService, org.glassfish.hk2.api.messaging.Topic<PayaraNotification> notificationEventBus, PayaraNotificationFactory notificationFactory, Collection<String> enabledNotifiers)Constructor for the JMXMonitoringFormatter class. -
Uses of PayaraNotification in fish.payara.notification.eventbus.core
Methods in fish.payara.notification.eventbus.core with parameters of type PayaraNotification Modifier and Type Method Description voidCDIEventbusNotifierService. handleNotification(PayaraNotification event)voidEventbusNotifierService. handleNotification(PayaraNotification event) -
Uses of PayaraNotification in fish.payara.notification.eventbus.core.model
Constructors in fish.payara.notification.eventbus.core.model with parameters of type PayaraNotification Constructor Description CDIEventbusMessage(PayaraNotification notification) -
Uses of PayaraNotification in fish.payara.notification.jms
Methods in fish.payara.notification.jms with parameters of type PayaraNotification Modifier and Type Method Description voidJmsNotifierService. handleNotification(PayaraNotification event) -
Uses of PayaraNotification in fish.payara.nucleus.notification
Methods in fish.payara.nucleus.notification with parameters of type PayaraNotification Modifier and Type Method Description voidNotifierHandler. accept(PayaraNotification notification)voidNotificationService. notify(PayaraNotification event) -
Uses of PayaraNotification in fish.payara.nucleus.notification.log
Methods in fish.payara.nucleus.notification.log with parameters of type PayaraNotification Modifier and Type Method Description voidLogNotifier. handleNotification(PayaraNotification event)
-