Package org.jmxtrans.agent
Class Invocation
java.lang.Object
org.jmxtrans.agent.Invocation
- All Implemented Interfaces:
Collector
public class Invocation extends Object implements Collector
- Author:
- Cyrille Le Clerc
-
Field Summary
Fields Modifier and Type Field Description protected ObjectNameobjectNameprotected StringoperationNameprotected Object[]paramsprotected StringresultAliasprotected String[]signatureprotected Stringtype -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidcollectAndExport(MBeanServer mbeanServer, OutputWriter outputWriter)IntegergetCollectIntervalOverrideOrNull()StringtoString()
-
Field Details
-
objectName
-
operationName
-
resultAlias
-
type
-
params
-
signature
-
-
Constructor Details
-
Invocation
-
-
Method Details
-
toString
-
collectAndExport
- Specified by:
collectAndExportin interfaceCollector
-
getCollectIntervalOverrideOrNull
-