Package org.jboss.as.jacorb
Class JacORBExtension
- java.lang.Object
-
- org.jboss.as.controller.extension.AbstractLegacyExtension
-
- org.jboss.as.jacorb.JacORBExtension
-
- All Implemented Interfaces:
org.jboss.as.controller.Extension
public class JacORBExtension extends org.jboss.as.controller.extension.AbstractLegacyExtensionThe JacORB legacy subsystem extension implementation.
- Author:
- Stefan Guilhen, Tomasz Adamski
-
-
Field Summary
Fields Modifier and Type Field Description static StringSUBSYSTEM_NAME
-
Constructor Summary
Constructors Constructor Description JacORBExtension()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration>initializeLegacyModel(org.jboss.as.controller.ExtensionContext context)protected voidinitializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)protected static voidregisterTransformers(org.jboss.as.controller.SubsystemRegistration subsystem)Register the transformers for the 1.3.0 version.
-
-
-
Field Detail
-
SUBSYSTEM_NAME
public static final String SUBSYSTEM_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeLegacyModel
protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration> initializeLegacyModel(org.jboss.as.controller.ExtensionContext context)
- Specified by:
initializeLegacyModelin classorg.jboss.as.controller.extension.AbstractLegacyExtension
-
initializeLegacyParsers
protected void initializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
- Specified by:
initializeLegacyParsersin classorg.jboss.as.controller.extension.AbstractLegacyExtension
-
registerTransformers
protected static void registerTransformers(org.jboss.as.controller.SubsystemRegistration subsystem)
Register the transformers for the 1.3.0 version.- Parameters:
subsystem- the subsystems registration
-
-