Class BpmPlatformExtension
- java.lang.Object
-
- org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
-
- All Implemented Interfaces:
org.jboss.as.controller.Extension
public class BpmPlatformExtension extends Object implements org.jboss.as.controller.Extension
Defines the bpm-platform subsystem for jboss application server- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static intBPM_PLATFORM_SUBSYSTEM_MAJOR_VERSIONstatic intBPM_PLATFORM_SUBSYSTEM_MINOR_VERSIONstatic StringRESOURCE_NAME
-
Constructor Summary
Constructors Constructor Description BpmPlatformExtension()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.as.controller.descriptions.StandardResourceDescriptionResolvergetResourceDescriptionResolver(String keyPrefix)voidinitialize(org.jboss.as.controller.ExtensionContext context)voidinitializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
-
-
-
Field Detail
-
BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION
public static final int BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION
- See Also:
- Constant Field Values
-
BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION
public static final int BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION
- See Also:
- Constant Field Values
-
RESOURCE_NAME
public static final String RESOURCE_NAME
-
-
Method Detail
-
initialize
public void initialize(org.jboss.as.controller.ExtensionContext context)
- Specified by:
initializein interfaceorg.jboss.as.controller.Extension
-
initializeParsers
public void initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
- Specified by:
initializeParsersin interfaceorg.jboss.as.controller.Extension
-
getResourceDescriptionResolver
public static org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver getResourceDescriptionResolver(String keyPrefix)
-
-