Uses of Class
org.camunda.bpm.container.impl.plugin.BpmPlatformPlugins
-
Packages that use BpmPlatformPlugins Package Description org.camunda.bpm.container.impl.jboss.service org.camunda.bpm.container.impl.jmx.services org.camunda.bpm.container.impl.plugin -
-
Uses of BpmPlatformPlugins in org.camunda.bpm.container.impl.jboss.service
Fields in org.camunda.bpm.container.impl.jboss.service declared as BpmPlatformPlugins Modifier and Type Field Description protected BpmPlatformPlugins
MscBpmPlatformPlugins. plugins
Fields in org.camunda.bpm.container.impl.jboss.service with type parameters of type BpmPlatformPlugins Modifier and Type Field Description protected org.jboss.msc.value.InjectedValue<BpmPlatformPlugins>
ProcessApplicationStartService. platformPluginsInjector
protected org.jboss.msc.value.InjectedValue<BpmPlatformPlugins>
ProcessApplicationStopService. platformPluginsInjector
Methods in org.camunda.bpm.container.impl.jboss.service that return BpmPlatformPlugins Modifier and Type Method Description BpmPlatformPlugins
MscBpmPlatformPlugins. getValue()
Methods in org.camunda.bpm.container.impl.jboss.service that return types with arguments of type BpmPlatformPlugins Modifier and Type Method Description org.jboss.msc.value.InjectedValue<BpmPlatformPlugins>
ProcessApplicationStartService. getPlatformPluginsInjector()
org.jboss.msc.value.InjectedValue<BpmPlatformPlugins>
ProcessApplicationStopService. getPlatformPluginsInjector()
Methods in org.camunda.bpm.container.impl.jboss.service with parameters of type BpmPlatformPlugins Modifier and Type Method Description protected void
ProcessApplicationStartService. notifyBpmPlatformPlugins(BpmPlatformPlugins value, ProcessApplicationInterface processApplication)
Constructors in org.camunda.bpm.container.impl.jboss.service with parameters of type BpmPlatformPlugins Constructor Description MscBpmPlatformPlugins(BpmPlatformPlugins plugins)
-
Uses of BpmPlatformPlugins in org.camunda.bpm.container.impl.jmx.services
Fields in org.camunda.bpm.container.impl.jmx.services declared as BpmPlatformPlugins Modifier and Type Field Description protected BpmPlatformPlugins
JmxManagedBpmPlatformPlugins. plugins
Methods in org.camunda.bpm.container.impl.jmx.services that return BpmPlatformPlugins Modifier and Type Method Description BpmPlatformPlugins
JmxManagedBpmPlatformPlugins. getValue()
Constructors in org.camunda.bpm.container.impl.jmx.services with parameters of type BpmPlatformPlugins Constructor Description JmxManagedBpmPlatformPlugins(BpmPlatformPlugins plugins)
-
Uses of BpmPlatformPlugins in org.camunda.bpm.container.impl.plugin
Methods in org.camunda.bpm.container.impl.plugin that return BpmPlatformPlugins Modifier and Type Method Description static BpmPlatformPlugins
BpmPlatformPlugins. load(ClassLoader classLoader)
-