public class MscBpmPlatformPlugins extends Object implements org.jboss.msc.service.Service<BpmPlatformPlugins>
Modifier and Type | Field and Description |
---|---|
protected BpmPlatformPlugins |
plugins |
Constructor and Description |
---|
MscBpmPlatformPlugins(BpmPlatformPlugins plugins) |
Modifier and Type | Method and Description |
---|---|
BpmPlatformPlugins |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
protected BpmPlatformPlugins plugins
public MscBpmPlatformPlugins(BpmPlatformPlugins plugins)
public BpmPlatformPlugins getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<BpmPlatformPlugins>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.Service
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.Service
Copyright © 2022. All rights reserved.