Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformServiceContainer.ServiceType
Packages that use PlatformServiceContainer.ServiceType
-
Uses of PlatformServiceContainer.ServiceType in org.camunda.bpm.container.impl.jmx
Methods in org.camunda.bpm.container.impl.jmx with parameters of type PlatformServiceContainer.ServiceTypeModifier and TypeMethodDescriptionstatic StringMBeanServiceContainer.composeLocalName(PlatformServiceContainer.ServiceType type, String localName) <S> SMBeanServiceContainer.getService(PlatformServiceContainer.ServiceType type, String localName) get a specific service by name or null if no such Service exists.MBeanServiceContainer.getServiceNames(PlatformServiceContainer.ServiceType type) <S> List<PlatformService<S>>MBeanServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type) <S> SMBeanServiceContainer.getServiceValue(PlatformServiceContainer.ServiceType type, String localName) get the service value for a specific service by name or null if no such Service exists.<S> List<S>MBeanServiceContainer.getServiceValuesByType(PlatformServiceContainer.ServiceType type) <S> voidMBeanServiceContainer.startService(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service) voidMBeanServiceContainer.stopService(PlatformServiceContainer.ServiceType serviceType, String localName) -
Uses of PlatformServiceContainer.ServiceType in org.camunda.bpm.container.impl.spi
Classes in org.camunda.bpm.container.impl.spi that implement PlatformServiceContainer.ServiceTypeMethods in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer.ServiceTypeModifier and TypeMethodDescription<S> SPlatformServiceContainer.getService(PlatformServiceContainer.ServiceType type, String localName) get a specific service by name or null if no such Service exists.PlatformServiceContainer.getServiceNames(PlatformServiceContainer.ServiceType type) <S> List<PlatformService<S>>PlatformServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type) <S> SPlatformServiceContainer.getServiceValue(PlatformServiceContainer.ServiceType type, String localName) get the service value for a specific service by name or null if no such Service exists.<S> List<S>PlatformServiceContainer.getServiceValuesByType(PlatformServiceContainer.ServiceType type) <S> voidPlatformServiceContainer.startService(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service) voidPlatformServiceContainer.stopService(PlatformServiceContainer.ServiceType serviceType, String localName)