Uses of Interface
org.eclipse.jst.j2ee.ejb.MethodElement

Packages that use MethodElement
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api. 
 

Uses of MethodElement in org.eclipse.jst.j2ee.ejb
 

Subinterfaces of MethodElement in org.eclipse.jst.j2ee.ejb
 interface QueryMethod
           
 

Methods in org.eclipse.jst.j2ee.ejb that return MethodElement
 MethodElement EjbFactory.createMethodElement()
           
 MethodElement EjbFactory.createMethodElement(java.lang.String aSignature)
          Creates and returns a reference to a MethodElement from the given signature
 MethodElement EjbFactory.createMethodElementFrom(Method method)
          Creates and returns a reference to a MethodElement from the given reference of a Method
 MethodElement MethodElement.getMostSpecific(MethodElement aMethodElement, JavaClass aJavaClass)
          Return the MethodElement that is most specific.
 MethodElement MethodTransaction.getMostSpecificMethodElement(Method aMethod)
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type MethodElement
 boolean MethodElement.equalSignature(MethodElement anotherMethodElement)
          Return true if this MethodElement and @anotherMethodElement have the same name, parameters, and type.
 MethodElement MethodElement.getMostSpecific(MethodElement aMethodElement, JavaClass aJavaClass)
          Return the MethodElement that is most specific.
 boolean MethodElement.isEquivalent(MethodElement anotherMethodElement)
          Return true if this MethodElement and @anotherMethodElement represent the same exact methods.
 boolean EjbMethodElementHelper.isMethodElementsEqual(MethodElement me1, MethodElement me2)