Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformService

Packages that use PlatformService
org.camunda.bpm.container.impl.jmx   
org.camunda.bpm.container.impl.jmx.services   
org.camunda.bpm.container.impl.spi   
 

Uses of PlatformService in org.camunda.bpm.container.impl.jmx
 

Fields in org.camunda.bpm.container.impl.jmx with type parameters of type PlatformService
protected  Map<ObjectName,PlatformService<?>> MBeanServiceContainer.servicesByName
           
 

Methods in org.camunda.bpm.container.impl.jmx that return types with arguments of type PlatformService
<S> List<PlatformService<S>>
MBeanServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type)
           
 

Methods in org.camunda.bpm.container.impl.jmx with parameters of type PlatformService
<S> void
MBeanServiceContainer.startService(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service)
           
<S> void
MBeanServiceContainer.startService(String name, PlatformService<S> service)
           
 

Uses of PlatformService in org.camunda.bpm.container.impl.jmx.services
 

Classes in org.camunda.bpm.container.impl.jmx.services that implement PlatformService
 class JmxManagedJobExecutor
           
 class JmxManagedProcessApplication
           
 class JmxManagedProcessEngine
          Represents a process engine managed by the MBeanServiceContainer
 class JmxManagedProcessEngineController
          Represents a managed process engine that is started / stopped inside the MBeanServiceContainer
 class JmxManagedThreadPool
           
 

Uses of PlatformService in org.camunda.bpm.container.impl.spi
 

Methods in org.camunda.bpm.container.impl.spi that return types with arguments of type PlatformService
<S> List<PlatformService<S>>
PlatformServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type)
           
 

Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformService
<S> void
PlatformServiceContainer.startService(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service)
           
<S> void
PlatformServiceContainer.startService(String serviceName, PlatformService<S> service)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.