Class GlobalNotifications
java.lang.Object
org.jboss.as.controller.operations.global.GlobalNotifications
Global notifications emitted by all resources:
* resource-added
* resource-removed
* attribute-value-written that contains in its data the old-value and new-value of the attribute that has been written
- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterGlobalNotifications(ManagementResourceRegistration root, ProcessType processType)
-
Field Details
-
OLD_VALUE
- See Also:
-
NEW_VALUE
- See Also:
-
-
Constructor Details
-
GlobalNotifications
public GlobalNotifications()
-
-
Method Details
-
registerGlobalNotifications
public static void registerGlobalNotifications(ManagementResourceRegistration root, ProcessType processType)
-