org.infinispan.factories.components
Class JmxOperationParameter
java.lang.Object
org.infinispan.factories.components.JmxOperationParameter
- All Implemented Interfaces:
- Serializable
public class JmxOperationParameter
- extends Object
- implements Serializable
JmxOperationParameter stores metadata information about MBean operation parameters which
is then used at runtime to build the relevant MBeanParameterInfo
- Since:
- 5.2.3
- Author:
- Tristan Tarrant
- See Also:
- Serialized Form
JmxOperationParameter
public JmxOperationParameter(String name,
String type,
String description)
getName
public String getName()
getType
public String getType()
getDescription
public String getDescription()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.