Class MscBpmPlatformPlugins
java.lang.Object
org.camunda.bpm.container.impl.jboss.service.MscBpmPlatformPlugins
- All Implemented Interfaces:
org.jboss.msc.Service
,org.jboss.msc.service.Service<BpmPlatformPlugins>
,org.jboss.msc.value.Value<BpmPlatformPlugins>
public class MscBpmPlatformPlugins
extends Object
implements org.jboss.msc.service.Service<BpmPlatformPlugins>
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected BpmPlatformPlugins
protected final Consumer<BpmPlatformPlugins>
Fields inherited from interface org.jboss.msc.service.Service
NULL
-
Constructor Summary
ConstructorDescriptionMscBpmPlatformPlugins
(BpmPlatformPlugins plugins, Consumer<BpmPlatformPlugins> provider) -
Method Summary
-
Field Details
-
plugins
-
provider
-
-
Constructor Details
-
MscBpmPlatformPlugins
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceorg.jboss.msc.value.Value<BpmPlatformPlugins>
- Throws:
IllegalStateException
IllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
start
in interfaceorg.jboss.msc.Service
- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stop
in interfaceorg.jboss.msc.Service
-