org.camunda.bpm.container.impl.jmx.services
Class JmxManagedBpmPlatformPlugins

java.lang.Object
  extended by org.camunda.bpm.container.impl.jmx.services.JmxManagedBpmPlatformPlugins
All Implemented Interfaces:
JmxManagedBpmPlatformPluginsMBean, PlatformService<BpmPlatformPlugins>

public class JmxManagedBpmPlatformPlugins
extends Object
implements PlatformService<BpmPlatformPlugins>, JmxManagedBpmPlatformPluginsMBean

Author:
Thorben Lindhauer

Field Summary
protected  BpmPlatformPlugins plugins
           
 
Constructor Summary
JmxManagedBpmPlatformPlugins(BpmPlatformPlugins plugins)
           
 
Method Summary
 String[] getPluginNames()
           
 BpmPlatformPlugins getValue()
           
 void start(PlatformServiceContainer mBeanServiceContainer)
           
 void stop(PlatformServiceContainer mBeanServiceContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugins

protected BpmPlatformPlugins plugins
Constructor Detail

JmxManagedBpmPlatformPlugins

public JmxManagedBpmPlatformPlugins(BpmPlatformPlugins plugins)
Method Detail

start

public void start(PlatformServiceContainer mBeanServiceContainer)
Specified by:
start in interface PlatformService<BpmPlatformPlugins>

stop

public void stop(PlatformServiceContainer mBeanServiceContainer)
Specified by:
stop in interface PlatformService<BpmPlatformPlugins>

getValue

public BpmPlatformPlugins getValue()
Specified by:
getValue in interface PlatformService<BpmPlatformPlugins>

getPluginNames

public String[] getPluginNames()
Specified by:
getPluginNames in interface JmxManagedBpmPlatformPluginsMBean


Copyright © 2016 camunda services GmbH. All rights reserved.