public class ConnectionProviderFactory extends Object
ConnectionProvider for a JMX Server Resource from that Resource's plugin
configuration.| Constructor and Description |
|---|
ConnectionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.mc4j.ems.connection.support.ConnectionProvider |
createConnectionProvider(org.rhq.core.domain.configuration.Configuration pluginConfig,
ProcessInfo process,
File tempDir) |
static List<File> |
getAdditionalJarsFromConfig(org.rhq.core.domain.configuration.Configuration pluginConfiguration)
Examines the plugin configuration and if it defines additional classpath entries, this
will return a list of files that point to all the jars that need to be added to a classloader
to support the managed JMX resource.
|
public static org.mc4j.ems.connection.support.ConnectionProvider createConnectionProvider(org.rhq.core.domain.configuration.Configuration pluginConfig,
ProcessInfo process,
File tempDir)
throws Exception
Exceptionpublic static List<File> getAdditionalJarsFromConfig(org.rhq.core.domain.configuration.Configuration pluginConfiguration)
pluginConfiguration - Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.