Class BpmPlatformExtension
java.lang.Object
org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
- All Implemented Interfaces:
org.jboss.as.controller.Extension
,org.jboss.as.controller.Feature
Defines the bpm-platform subsystem for Wildfly 8+ application server
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final org.jboss.as.controller.PathElement
static final org.jboss.as.controller.PathElement
static final org.jboss.as.controller.PathElement
static final String
static final org.jboss.as.controller.PathElement
Path elements for the resources offered by the subsystem. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver
getResourceDescriptionResolver
(String... keyPrefix) Resolve the descriptions of the resources from the 'LocalDescriptions.properties' file.void
initialize
(org.jboss.as.controller.ExtensionContext context) void
initializeParsers
(org.jboss.as.controller.parsing.ExtensionParsingContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Field Details
-
BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION
public static final int BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION- See Also:
-
BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION
public static final int BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION- See Also:
-
RESOURCE_NAME
-
SUBSYSTEM_PATH
public static final org.jboss.as.controller.PathElement SUBSYSTEM_PATHPath elements for the resources offered by the subsystem. -
PROCESS_ENGINES_PATH
public static final org.jboss.as.controller.PathElement PROCESS_ENGINES_PATH -
JOB_EXECUTOR_PATH
public static final org.jboss.as.controller.PathElement JOB_EXECUTOR_PATH -
JOB_ACQUISTIONS_PATH
public static final org.jboss.as.controller.PathElement JOB_ACQUISTIONS_PATH
-
-
Constructor Details
-
BpmPlatformExtension
public BpmPlatformExtension()
-
-
Method Details
-
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) Resolve the descriptions of the resources from the 'LocalDescriptions.properties' file.
-