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