| Package | Description |
|---|---|
| io.fabric8.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerCachingJmxTemplate
A Caching implementation of JmxTemplate which caches a connector for a given Container
|
class |
JmxTemplate |
class |
LocalJmxTemplate |
class |
NonCachingJmxTemplate
This implementation closes the connector down after each operation; so only really intended for web applications.
|
| Modifier and Type | Method and Description |
|---|---|
JmxTemplateSupport |
ContainerTemplate.getJmxTemplate() |
static JmxTemplateSupport |
Containers.newJmxTemplate(io.fabric8.api.Container container,
String username,
String password) |
static JmxTemplateSupport |
Containers.newNonCachingJmxTemplate(io.fabric8.api.Container container,
String username,
String password) |
Copyright © 2011–2014 Red Hat. All rights reserved.