Uses of Class
org.ow2.jonas.deployment.ejb.MethodDesc

Packages that use MethodDesc
org.ow2.jonas.deployment.ejb   
 

Uses of MethodDesc in org.ow2.jonas.deployment.ejb
 

Subclasses of MethodDesc in org.ow2.jonas.deployment.ejb
 class MethodCmp2Desc
          Class to hold meta-information related to CMP2 find/select methods
 class MethodJdbcCmp1Desc
          Class to hold meta-information related to CMP v1 attributes of a method when a jdbc data store is used.
 

Methods in org.ow2.jonas.deployment.ejb that return MethodDesc
protected  MethodDesc BeanDesc.addMethodDesc(Method meth, Class classDef)
          Add a new method descriptor to the bean
 MethodDesc BeanDesc.getMethodDesc(int index)
          get a MethodDesc from its index.
 MethodDesc BeanDesc.getMethodDesc(Method method)
          Get descriptor attached to a given method.
protected  MethodDesc EntityJdbcCmp1Desc.newMethodDescInstance(Method meth, Class classDef, int index)
          factory method for method descriptors
protected  MethodDesc EntityCmp2Desc.newMethodDescInstance(Method meth, Class classDef, int index)
          Factory method for MethodDesc.
protected  MethodDesc BeanDesc.newMethodDescInstance(Method meth, Class classDef, int index)
          MethodDesc constructor factory method to ovewrite
 

Methods in org.ow2.jonas.deployment.ejb with parameters of type MethodDesc
protected  void EntityDesc.checkTxAttribute(MethodDesc md)
          check that trans-attribute is valid for bean
protected  void SessionDesc.checkTxAttribute(MethodDesc md)
          check that trans-attribute is valid for bean
protected  void MessageDrivenDesc.checkTxAttribute(MethodDesc md)
          check that trans-attribute is valid for bean
protected abstract  void BeanDesc.checkTxAttribute(MethodDesc md)
          Check that trans-attribute is valid for a bean's method.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.