Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformServiceContainer.ServiceType
-
Packages that use PlatformServiceContainer.ServiceType Package Description 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 Modifier and Type Method Description static java.lang.String
MBeanServiceContainer. composeLocalName(PlatformServiceContainer.ServiceType type, java.lang.String localName)
<S> S
MBeanServiceContainer. getService(PlatformServiceContainer.ServiceType type, java.lang.String localName)
get a specific service by name or null if no such Service exists.java.util.Set<java.lang.String>
MBeanServiceContainer. getServiceNames(PlatformServiceContainer.ServiceType type)
<S> java.util.List<PlatformService<S>>
MBeanServiceContainer. getServicesByType(PlatformServiceContainer.ServiceType type)
<S> S
MBeanServiceContainer. getServiceValue(PlatformServiceContainer.ServiceType type, java.lang.String localName)
get the service value for a specific service by name or null if no such Service exists.<S> java.util.List<S>
MBeanServiceContainer. getServiceValuesByType(PlatformServiceContainer.ServiceType type)
<S> void
MBeanServiceContainer. startService(PlatformServiceContainer.ServiceType serviceType, java.lang.String localName, PlatformService<S> service)
void
MBeanServiceContainer. stopService(PlatformServiceContainer.ServiceType serviceType, java.lang.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 Modifier and Type Class Description class
ServiceTypes
The service types managed by this container.Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer.ServiceType Modifier and Type Method Description <S> S
PlatformServiceContainer. getService(PlatformServiceContainer.ServiceType type, java.lang.String localName)
get a specific service by name or null if no such Service exists.java.util.Set<java.lang.String>
PlatformServiceContainer. getServiceNames(PlatformServiceContainer.ServiceType type)
<S> java.util.List<PlatformService<S>>
PlatformServiceContainer. getServicesByType(PlatformServiceContainer.ServiceType type)
<S> S
PlatformServiceContainer. getServiceValue(PlatformServiceContainer.ServiceType type, java.lang.String localName)
get the service value for a specific service by name or null if no such Service exists.<S> java.util.List<S>
PlatformServiceContainer. getServiceValuesByType(PlatformServiceContainer.ServiceType type)
<S> void
PlatformServiceContainer. startService(PlatformServiceContainer.ServiceType serviceType, java.lang.String localName, PlatformService<S> service)
void
PlatformServiceContainer. stopService(PlatformServiceContainer.ServiceType serviceType, java.lang.String localName)
-