Uses of Class
org.glassfish.admin.amx.util.jmx.NotificationBuilder
-
Packages that use NotificationBuilder Package Description org.glassfish.admin.amx.impl.mbean org.glassfish.admin.amx.util.jmx General-purpose JMX utilities. -
-
Uses of NotificationBuilder in org.glassfish.admin.amx.impl.mbean
Methods in org.glassfish.admin.amx.impl.mbean that return NotificationBuilder Modifier and Type Method Description protected NotificationBuilderMBeanImplBase. createNotificationBuilder(String notificationType)protected NotificationBuilderMBeanImplBase. getNotificationBuilder(String notificationType)Get a NotificationBuilder for the specified type of Notification whose source is this object. -
Uses of NotificationBuilder in org.glassfish.admin.amx.util.jmx
Subclasses of NotificationBuilder in org.glassfish.admin.amx.util.jmx Modifier and Type Class Description classAttributeChangeNotificationBuilderBase class for building AMX Notifications.
-