Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformService
-
-
Uses of PlatformService in org.camunda.bpm.container.impl.ejb.deployment
Classes in org.camunda.bpm.container.impl.ejb.deployment that implement PlatformService Modifier and Type Class Description class
JcaExecutorServiceDelegate
MBean Service delegating to the Jca ExecutorService -
Uses of PlatformService in org.camunda.bpm.container.impl.jmx
Fields in org.camunda.bpm.container.impl.jmx with type parameters of type PlatformService Modifier and Type Field Description protected java.util.Map<javax.management.ObjectName,PlatformService<?>>
MBeanServiceContainer. servicesByName
Methods in org.camunda.bpm.container.impl.jmx that return types with arguments of type PlatformService Modifier and Type Method Description <S> java.util.List<PlatformService<S>>
MBeanServiceContainer. getServicesByType(PlatformServiceContainer.ServiceType type)
Methods in org.camunda.bpm.container.impl.jmx with parameters of type PlatformService Modifier and Type Method Description <S> void
MBeanServiceContainer. startService(java.lang.String name, PlatformService<S> service)
<S> void
MBeanServiceContainer. startService(PlatformServiceContainer.ServiceType serviceType, java.lang.String localName, 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 Modifier and Type Class Description class
JmxManagedBpmPlatformPlugins
class
JmxManagedJobExecutor
class
JmxManagedProcessApplication
class
JmxManagedProcessEngine
Represents a process engine managed by theMBeanServiceContainer
class
JmxManagedProcessEngineController
Represents a managed process engine that is started / stopped inside theMBeanServiceContainer
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 Modifier and Type Method Description <S> java.util.List<PlatformService<S>>
PlatformServiceContainer. getServicesByType(PlatformServiceContainer.ServiceType type)
Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformService Modifier and Type Method Description <S> void
PlatformServiceContainer. startService(java.lang.String serviceName, PlatformService<S> service)
<S> void
PlatformServiceContainer. startService(PlatformServiceContainer.ServiceType serviceType, java.lang.String localName, PlatformService<S> service)
-