public class Invocation extends Object implements Collector
| Modifier and Type | Field and Description |
|---|---|
protected ObjectName |
objectName |
protected String |
operationName |
protected Object[] |
params |
protected String |
resultAlias |
protected String[] |
signature |
| Constructor and Description |
|---|
Invocation(String objectName,
String operationName,
Object[] params,
String[] signature,
String resultAlias,
Integer collectInterval) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectAndExport(MBeanServer mbeanServer,
OutputWriter outputWriter) |
Integer |
getCollectIntervalOverrideOrNull() |
String |
toString() |
@Nullable protected final ObjectName objectName
public void collectAndExport(MBeanServer mbeanServer, OutputWriter outputWriter)
collectAndExport in interface CollectorCopyright © 2017. All Rights Reserved.