Uses of Interface
org.jboss.as.controller.parsing.ProfileParsingCompletionHandler
-
Packages that use ProfileParsingCompletionHandler Package Description org.jboss.as.controller.extension org.jboss.as.controller.parsing -
-
Uses of ProfileParsingCompletionHandler in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return types with arguments of type ProfileParsingCompletionHandler Modifier and Type Method Description Set<ProfileParsingCompletionHandler>ExtensionRegistry. getProfileParsingCompletionHandlers() -
Uses of ProfileParsingCompletionHandler in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing with parameters of type ProfileParsingCompletionHandler Modifier and Type Method Description voidExtensionParsingContext. setProfileParsingCompletionHandler(ProfileParsingCompletionHandler handler)Registers aProfileParsingCompletionHandlerto receive a callback upon completion of parsing of a profile.
-