org.exoplatform.management.spi
Class ManagedMethodMetaData
java.lang.Object
org.exoplatform.management.spi.ManagedMetaData
org.exoplatform.management.spi.ManagedMethodMetaData
public class ManagedMethodMetaData
- extends ManagedMetaData
Meta data that describes a managed method.
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedMethodMetaData
public ManagedMethodMetaData(Method method,
ImpactType impactType)
throws IllegalArgumentException
- Build a new instance.
- Parameters:
method - the methodimpactType - the access mode
- Throws:
IllegalArgumentException - if the method is null or the impact is null
getName
public String getName()
getImpact
public ImpactType getImpact()
getMethod
public Method getMethod()
addParameter
public void addParameter(ManagedMethodParameterMetaData parameter)
getParameters
public Collection<ManagedMethodParameterMetaData> getParameters()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.