| Package | Description |
|---|---|
| com.googlecode.jmxtrans.connections | |
| com.googlecode.jmxtrans.model |
| Modifier and Type | Method and Description |
|---|---|
void |
MBeanServerConnectionFactory.destroyObject(JmxConnectionProvider key,
JMXConnection obj) |
JMXConnection |
MBeanServerConnectionFactory.makeObject(JmxConnectionProvider server) |
| Modifier and Type | Class and Description |
|---|---|
class |
Server
Represents a jmx server that we want to connect to.
|
| Constructor and Description |
|---|
Server(String alias,
String pid,
String host,
String port,
String username,
String password,
String protocolProviderPackages,
String url,
String cronExpression,
Integer runPeriodSeconds,
Integer numQueryThreads,
boolean local,
List<Query> queries,
List<OutputWriterFactory> outputWriters,
org.apache.commons.pool.KeyedObjectPool<JmxConnectionProvider,JMXConnection> pool) |
Copyright © 2010-2016 JmxTrans team. All Rights Reserved.