public class

ManagedOperationParameter

extends Object
java.lang.Object
   ↳ org.springframework.jmx.export.metadata.ManagedOperationParameter

Class Overview

Metadata about JMX operation parameters. Used in conjunction with a ManagedOperation attribute.

Summary

Public Constructors
ManagedOperationParameter()
Public Methods
String getDescription()
Return a description for this parameter.
int getIndex()
Return the index of this parameter in the operation signature.
String getName()
Return the name of this parameter in the operation signature.
void setDescription(String description)
Set a description for this parameter.
void setIndex(int index)
Set the index of this parameter in the operation signature.
void setName(String name)
Set the name of this parameter in the operation signature.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ManagedOperationParameter ()

Public Methods

public String getDescription ()

Return a description for this parameter.

public int getIndex ()

Return the index of this parameter in the operation signature.

public String getName ()

Return the name of this parameter in the operation signature.

public void setDescription (String description)

Set a description for this parameter.

public void setIndex (int index)

Set the index of this parameter in the operation signature.

public void setName (String name)

Set the name of this parameter in the operation signature.