Uses of Interface
org.jboss.as.controller.ExtensionContext
Packages that use ExtensionContext
-
Uses of ExtensionContext in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type ExtensionContextModifier and TypeMethodDescriptionvoidExtension.initialize(ExtensionContext context) Initialize this extension by registering its operation handlers and configuration marshaller with the givenExtensionContext. -
Uses of ExtensionContext in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return ExtensionContextModifier and TypeMethodDescriptionExtensionRegistry.getExtensionContext(String moduleName, ManagementResourceRegistration rootRegistration, ExtensionRegistryType extensionRegistryType) Deprecated, for removal: This API element is subject to removal in a future version.ExtensionRegistry.getExtensionContext(String moduleName, Stability stability, ManagementResourceRegistration rootRegistration, ExtensionRegistryType extensionRegistryType) Gets anExtensionContextfor use when handling anaddoperation for a resource representing anExtension.Methods in org.jboss.as.controller.extension with parameters of type ExtensionContextModifier and TypeMethodDescriptionvoidAbstractLegacyExtension.initialize(ExtensionContext context) protected abstract Set<ManagementResourceRegistration>AbstractLegacyExtension.initializeLegacyModel(ExtensionContext context) Perform the work that a non-legacy extension would perform inAbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext), except no handler for thedescribeoperation should be registered.