Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformServiceContainer.ServiceType

Packages that use PlatformServiceContainer.ServiceType
org.camunda.bpm.container.impl.jmx   
org.camunda.bpm.container.impl.spi   
 

Uses of PlatformServiceContainer.ServiceType in org.camunda.bpm.container.impl.jmx
 

Methods in org.camunda.bpm.container.impl.jmx with parameters of type PlatformServiceContainer.ServiceType
static String MBeanServiceContainer.composeLocalName(PlatformServiceContainer.ServiceType type, String localName)
           
<S> S
MBeanServiceContainer.getService(PlatformServiceContainer.ServiceType type, String localName)
          get a specific service by name or null if no such Service exists.
 Set<String> MBeanServiceContainer.getServiceNames(PlatformServiceContainer.ServiceType type)
           
<S> List<PlatformService<S>>
MBeanServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type)
           
<S> S
MBeanServiceContainer.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> void
MBeanServiceContainer.startService(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service)
           
 void MBeanServiceContainer.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.ServiceType
 class ServiceTypes
          The service types managed by this container.
 

Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer.ServiceType
<S> S
PlatformServiceContainer.getService(PlatformServiceContainer.ServiceType type, String localName)
          get a specific service by name or null if no such Service exists.
 Set<String> PlatformServiceContainer.getServiceNames(PlatformServiceContainer.ServiceType type)
           
<S> List<PlatformService<S>>
PlatformServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type)
           
<S> S
PlatformServiceContainer.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> void
PlatformServiceContainer.startService(PlatformServiceContainer.ServiceType serviceType, String localName, PlatformService<S> service)
           
 void PlatformServiceContainer.stopService(PlatformServiceContainer.ServiceType serviceType, String localName)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.