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 int
BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION
static int
BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION
static String
RESOURCE_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.StandardResourceDescriptionResolver
getResourceDescriptionResolver(String keyPrefix)
void
initialize(org.jboss.as.controller.ExtensionContext context)
void
initializeParsers(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:
initialize
in interfaceorg.jboss.as.controller.Extension
-
initializeParsers
public void initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
- Specified by:
initializeParsers
in interfaceorg.jboss.as.controller.Extension
-
getResourceDescriptionResolver
public static org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver getResourceDescriptionResolver(String keyPrefix)
-
-