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
Fields Modifier and Type Field Description protected BpmPlatformPlugins
plugins
-
Constructor Summary
Constructors Constructor Description MscBpmPlatformPlugins(BpmPlatformPlugins plugins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BpmPlatformPlugins
getValue()
void
start(org.jboss.msc.service.StartContext context)
void
stop(org.jboss.msc.service.StopContext context)
-
-
-
Field Detail
-
plugins
protected BpmPlatformPlugins plugins
-
-
Constructor Detail
-
MscBpmPlatformPlugins
public MscBpmPlatformPlugins(BpmPlatformPlugins plugins)
-
-
Method Detail
-
getValue
public BpmPlatformPlugins getValue() throws IllegalStateException, IllegalArgumentException
- 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
- Specified by:
start
in interfaceorg.jboss.msc.service.Service<BpmPlatformPlugins>
- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stop
in interfaceorg.jboss.msc.Service
- Specified by:
stop
in interfaceorg.jboss.msc.service.Service<BpmPlatformPlugins>
-
-