|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
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)
|
|
|
MBeanServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type)
|
|
|
MBeanServiceContainer.getServiceValue(PlatformServiceContainer.ServiceType type,
String localName)
get the service value for a specific service by name or null if no such Service exists. |
|
|
MBeanServiceContainer.getServiceValuesByType(PlatformServiceContainer.ServiceType type)
|
|
|
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 | ||
|---|---|---|
|
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)
|
|
|
PlatformServiceContainer.getServicesByType(PlatformServiceContainer.ServiceType type)
|
|
|
PlatformServiceContainer.getServiceValue(PlatformServiceContainer.ServiceType type,
String localName)
get the service value for a specific service by name or null if no such Service exists. |
|
|
PlatformServiceContainer.getServiceValuesByType(PlatformServiceContainer.ServiceType type)
|
|
|
PlatformServiceContainer.startService(PlatformServiceContainer.ServiceType serviceType,
String localName,
PlatformService<S> service)
|
|
void |
PlatformServiceContainer.stopService(PlatformServiceContainer.ServiceType serviceType,
String localName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||