Interface PlatformService<S>
- Type Parameters:
 S-
- All Known Implementing Classes:
 JcaExecutorServiceDelegate,JmxManagedBpmPlatformPlugins,JmxManagedJobExecutor,JmxManagedProcessApplication,JmxManagedProcessEngine,JmxManagedProcessEngineController,JmxManagedThreadPool
public interface PlatformService<S>
- Author:
 - Daniel Meyer, Roman Smirnov, Sebastian Menski
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidstart(PlatformServiceContainer mBeanServiceContainer) voidstop(PlatformServiceContainer mBeanServiceContainer)  
- 
Method Details
- 
start
 - 
stop
 - 
getValue
S getValue() 
 -