io.airlift.jmx
Class MBeanRepresentation.OperationRepresentation

java.lang.Object
  extended by io.airlift.jmx.MBeanRepresentation.OperationRepresentation
Enclosing class:
MBeanRepresentation

public static class MBeanRepresentation.OperationRepresentation
extends Object


Method Summary
 Map<String,Object> getDescriptor()
           
 int getImpact()
           
 String getName()
           
 List<MBeanRepresentation.ParameterRepresentation> getParameters()
           
 String getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getImpact

public int getImpact()

getReturnType

public String getReturnType()

getParameters

public List<MBeanRepresentation.ParameterRepresentation> getParameters()

getDescriptor

public Map<String,Object> getDescriptor()


Copyright © 2010-2012 Airlift. All Rights Reserved.