org.infinispan.factories.components
Class JmxOperationMetadata

java.lang.Object
  extended by org.infinispan.factories.components.JmxOperationMetadata
All Implemented Interfaces:
Serializable

public class JmxOperationMetadata
extends Object
implements Serializable

Persistable and cacheable metadata for JMX operations

Since:
5.1
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
JmxOperationMetadata(Method m)
           
 
Method Summary
 String getDescription()
           
 String getMethodName()
           
 String[] getMethodParameters()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmxOperationMetadata

public JmxOperationMetadata(Method m)
Method Detail

getDescription

public String getDescription()

getMethodName

public String getMethodName()

getMethodParameters

public String[] getMethodParameters()

toString

public String toString()
Overrides:
toString in class Object

-->

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