org.apache.felix.ipojo.handlers.jmx
Class MethodField

java.lang.Object
  extended by org.apache.felix.ipojo.handlers.jmx.MethodField

public class MethodField
extends Object

This class builds a method JMX description.

Author:
Felix Project Team

Constructor Summary
MethodField(MethodMetadata method, String description)
          Constructor.
 
Method Summary
 String getDescription()
          Gets the description.
 MethodMetadata getMethod()
          Gets the method.
 String getName()
          Gets the name.
 javax.management.MBeanParameterInfo[] getParams()
          Gets the parameter in JMX format.
 String getReturnType()
           
 String[] getSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodField

public MethodField(MethodMetadata method,
                   String description)
Constructor.

Parameters:
method - the method properties
description - the method description
Method Detail

getMethod

public MethodMetadata getMethod()
Gets the method.

Returns:
the method

getDescription

public String getDescription()
Gets the description.

Returns:
the description

getName

public String getName()
Gets the name.

Returns:
the name

getParams

public javax.management.MBeanParameterInfo[] getParams()
Gets the parameter in JMX format.

Returns:
info on JMX format

getSignature

public String[] getSignature()

getReturnType

public String getReturnType()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.