public class Invocation extends Object
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(MBeanServer mbeanServer,
OutputWriter outputWriter) |
String |
toString() |
@Nullable protected final ObjectName objectName
public void invoke(MBeanServer mbeanServer, OutputWriter outputWriter)
Copyright © 2016. All Rights Reserved.