|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MBeanServiceContainer.ServiceType | |
|---|---|
| org.camunda.bpm.container.impl.jmx | |
| org.camunda.bpm.container.impl.jmx.kernel | |
| Uses of MBeanServiceContainer.ServiceType in org.camunda.bpm.container.impl.jmx |
|---|
| Classes in org.camunda.bpm.container.impl.jmx that implement MBeanServiceContainer.ServiceType | |
|---|---|
static class |
JmxRuntimeContainerDelegate.ServiceTypes
The service types managed by this container. |
| Uses of MBeanServiceContainer.ServiceType in org.camunda.bpm.container.impl.jmx.kernel |
|---|
| Methods in org.camunda.bpm.container.impl.jmx.kernel with parameters of type MBeanServiceContainer.ServiceType | ||
|---|---|---|
|
MBeanServiceContainer.getService(MBeanServiceContainer.ServiceType type,
String localName)
get a specific service by name or null if no such Service exists. |
|
Set<ObjectName> |
MBeanServiceContainer.getServiceNames(MBeanServiceContainer.ServiceType type)
|
|
|
MBeanServiceContainer.getServicesByType(MBeanServiceContainer.ServiceType type)
|
|
|
MBeanServiceContainer.getServiceValue(MBeanServiceContainer.ServiceType type,
String localName)
get the service value for a specific service by name or null if no such Service exists. |
|
|
MBeanServiceContainer.getServiceValuesByType(MBeanServiceContainer.ServiceType type)
|
|
|
MBeanServiceContainer.startService(MBeanServiceContainer.ServiceType serviceType,
String localName,
MBeanService<S> service)
|
|
void |
MBeanServiceContainer.stopService(MBeanServiceContainer.ServiceType serviceType,
String localName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||