Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformService
Package
Description
-
Uses of PlatformService in org.camunda.bpm.container.impl.ejb.deployment
Modifier and TypeClassDescriptionclass
MBean Service delegating to the Jca ExecutorService -
Uses of PlatformService in org.camunda.bpm.container.impl.jmx
Modifier and TypeFieldDescriptionprotected Map<ObjectName,
PlatformService<?>> MBeanServiceContainer.servicesByName
Modifier and TypeMethodDescription<S> List<PlatformService<S>>
MBeanServiceContainer.getServicesByType
(PlatformServiceContainer.ServiceType type) Modifier and TypeMethodDescription<S> void
MBeanServiceContainer.startService
(String name, PlatformService<S> service) <S> void
MBeanServiceContainer.startService
(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service) -
Uses of PlatformService in org.camunda.bpm.container.impl.jmx.services
Modifier and TypeClassDescriptionclass
class
class
class
Represents a process engine managed by theMBeanServiceContainer
class
Represents a managed process engine that is started / stopped inside theMBeanServiceContainer
class
-
Uses of PlatformService in org.camunda.bpm.container.impl.spi
Modifier and TypeMethodDescription<S> List<PlatformService<S>>
PlatformServiceContainer.getServicesByType
(PlatformServiceContainer.ServiceType type) Modifier and TypeMethodDescription<S> void
PlatformServiceContainer.startService
(String serviceName, PlatformService<S> service) <S> void
PlatformServiceContainer.startService
(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service)