Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformService
Packages that use PlatformService
Package
Description
-
Uses of PlatformService in org.camunda.bpm.container.impl.ejb.deployment
Classes in org.camunda.bpm.container.impl.ejb.deployment that implement PlatformServiceModifier and TypeClassDescriptionclass
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 PlatformServiceModifier and TypeFieldDescriptionprotected Map<ObjectName,
PlatformService<?>> MBeanServiceContainer.servicesByName
Methods in org.camunda.bpm.container.impl.jmx that return types with arguments of type PlatformServiceModifier and TypeMethodDescription<S> List<PlatformService<S>>
MBeanServiceContainer.getServicesByType
(PlatformServiceContainer.ServiceType type) Methods in org.camunda.bpm.container.impl.jmx with parameters of type PlatformServiceModifier 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
Classes in org.camunda.bpm.container.impl.jmx.services that implement PlatformServiceModifier 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
Methods in org.camunda.bpm.container.impl.spi that return types with arguments of type PlatformServiceModifier and TypeMethodDescription<S> List<PlatformService<S>>
PlatformServiceContainer.getServicesByType
(PlatformServiceContainer.ServiceType type) Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceModifier and TypeMethodDescription<S> void
PlatformServiceContainer.startService
(String serviceName, PlatformService<S> service) <S> void
PlatformServiceContainer.startService
(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service)