Class AbstractLegacyExtension

java.lang.Object
org.jboss.as.controller.extension.AbstractLegacyExtension
All Implemented Interfaces:
Extension, Feature

public abstract class AbstractLegacyExtension extends Object implements Extension
Abstract superclass for Extension implementations where the extension is no longer supported for use on current version servers but is supported on host controllers in order to allow use of the extension on legacy version hosts in a mixed-version domain.
Author:
Brian Stansberry (c) 2013 Red Hat Inc.