public class OperationInfo extends FeatureInfo
Internal configuration information for an Operation
descriptor.
Modifier and Type | Field and Description |
---|---|
protected String |
impact |
protected ParameterInfo[] |
parameters |
protected ReadWriteLock |
parametersLock |
protected String |
role |
description, info, name, type
Constructor and Description |
---|
OperationInfo()
Standard zero-arguments constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addParameter(ParameterInfo parameter)
Add a new parameter to the set of arguments for this operation.
|
String |
getImpact() |
protected MBeanParameterInfo[] |
getMBeanParameterInfo() |
String |
getReturnType() |
String |
getRole() |
ParameterInfo[] |
getSignature() |
void |
setImpact(String impact) |
void |
setReturnType(String returnType) |
void |
setRole(String role) |
getDescription, getName, getType, setDescription, setName, setType
protected String impact
protected String role
protected final ReadWriteLock parametersLock
protected ParameterInfo[] parameters
public String getImpact()
public void setImpact(String impact)
public String getRole()
public void setRole(String role)
public String getReturnType()
public void setReturnType(String returnType)
public ParameterInfo[] getSignature()
public void addParameter(ParameterInfo parameter)
parameter
- The new parameter descriptorprotected MBeanParameterInfo[] getMBeanParameterInfo()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.