Uses of Class
org.jboss.metadata.MethodMetaData

Packages that use MethodMetaData
org.jboss.metadata   
 

Uses of MethodMetaData in org.jboss.metadata
 

Methods in org.jboss.metadata that return types with arguments of type MethodMetaData
 Iterator<MethodMetaData> BeanMetaData.getExcludedMethods()
          Deprecated. Get the excluded methods
 Iterator<MethodMetaData> BeanMetaData.getPermissionMethods()
          Deprecated. Get the permission methods
 Iterator<MethodMetaData> BeanMetaData.getTransactionMethods()
          Deprecated. Get the transaction methods
 

Methods in org.jboss.metadata with parameters of type MethodMetaData
 void BeanMetaData.addExcludedMethod(MethodMetaData method)
          Deprecated. Add an excluded method
 void BeanMetaData.addPermissionMethod(MethodMetaData method)
          Deprecated. Add a permission method
 void BeanMetaData.addTransactionMethod(MethodMetaData method)
          Deprecated. Add a transaction method
 



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