Class JBossCompatibilityExtension
java.lang.Object
org.camunda.bpm.container.impl.jboss.util.JBossCompatibilityExtension
Provides method abstractions to make our subsystem compatible with different JBoss versions.
This affects mainly EAP versions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.jboss.msc.service.ServiceName
The service name of the root application server service. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Supplier<ExecutorService>
addServerExecutorDependency
(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder) Adds the JBoss server executor as a dependency to the given service.
-
Field Details
-
JBOSS_AS
public static final org.jboss.msc.service.ServiceName JBOSS_ASThe service name of the root application server service. Copied from org.jboss.as.server.Services - JBoss 7.2.0.Final
-
-
Constructor Details
-
JBossCompatibilityExtension
public JBossCompatibilityExtension()
-
-
Method Details
-
addServerExecutorDependency
public static Supplier<ExecutorService> addServerExecutorDependency(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder) Adds the JBoss server executor as a dependency to the given service. Copied from org.jboss.as.server.Services - JBoss 7.2.0.Final
-