Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.factories.components
Class JmxOperationParameter

java.lang.Object
  extended by 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

Constructor Summary
JmxOperationParameter(String name, String type, String description)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmxOperationParameter

public JmxOperationParameter(String name,
                             String type,
                             String description)
Method Detail

getName

public String getName()

getType

public String getType()

getDescription

public String getDescription()

toString

public String toString()
Overrides:
toString in class Object

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.