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 java.lang.Object implements org.jboss.as.controller.ExtensionDefines the bpm-platform subsystem for Wildfly 8+ application server- Author:
- Daniel Meyer
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intBPM_PLATFORM_SUBSYSTEM_MAJOR_VERSIONstatic intBPM_PLATFORM_SUBSYSTEM_MINOR_VERSIONstatic org.jboss.as.controller.PathElementJOB_ACQUISTIONS_PATHstatic org.jboss.as.controller.PathElementJOB_EXECUTOR_PATHstatic org.jboss.as.controller.PathElementPROCESS_ENGINES_PATHstatic java.lang.StringRESOURCE_NAMEstatic org.jboss.as.controller.PathElementSUBSYSTEM_PATHPath elements for the resources offered by the subsystem.
 - 
Constructor SummaryConstructors Constructor Description BpmPlatformExtension()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.as.controller.descriptions.StandardResourceDescriptionResolvergetResourceDescriptionResolver(java.lang.String... keyPrefix)Resolve the descriptions of the resources from the 'LocalDescriptions.properties' file.voidinitialize(org.jboss.as.controller.ExtensionContext context)voidinitializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
 
- 
- 
- 
Field Detail- 
BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSIONpublic static final int BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION - See Also:
- Constant Field Values
 
 - 
BPM_PLATFORM_SUBSYSTEM_MINOR_VERSIONpublic static final int BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION - See Also:
- Constant Field Values
 
 - 
RESOURCE_NAMEpublic static final java.lang.String RESOURCE_NAME 
 - 
SUBSYSTEM_PATHpublic static final org.jboss.as.controller.PathElement SUBSYSTEM_PATH Path elements for the resources offered by the subsystem.
 - 
PROCESS_ENGINES_PATHpublic static final org.jboss.as.controller.PathElement PROCESS_ENGINES_PATH 
 - 
JOB_EXECUTOR_PATHpublic static final org.jboss.as.controller.PathElement JOB_EXECUTOR_PATH 
 - 
JOB_ACQUISTIONS_PATHpublic static final org.jboss.as.controller.PathElement JOB_ACQUISTIONS_PATH 
 
- 
 - 
Method Detail- 
initializepublic void initialize(org.jboss.as.controller.ExtensionContext context) - Specified by:
- initializein interface- org.jboss.as.controller.Extension
 
 - 
initializeParserspublic void initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context) - Specified by:
- initializeParsersin interface- org.jboss.as.controller.Extension
 
 - 
getResourceDescriptionResolverpublic static org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver getResourceDescriptionResolver(java.lang.String... keyPrefix) Resolve the descriptions of the resources from the 'LocalDescriptions.properties' file.
 
- 
 
-