Uses of Class
org.ow2.jonas.deployment.ejb.xml.MethodParams

Packages that use MethodParams
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.deployment.ejb.xml   
 

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

Methods in org.ow2.jonas.deployment.ejb with parameters of type MethodParams
 int MethodDesc.matchPattern(Class pclass, String mName, MethodParams patternMethodParams)
          Evaluate method pattern maching as defined in the EJB specifications
static int MethodDesc.matchPattern(Method meth, Class classMeth, Class pclass, String mName, MethodParams patternMethodParams)
          Get the status of applicability for a given pattern to a method
protected static String MethodDesc.methodElementToString(String intf, String name, MethodParams params)
          get a String representation of a method from it's XML representation
 

Uses of MethodParams in org.ow2.jonas.deployment.ejb.xml
 

Methods in org.ow2.jonas.deployment.ejb.xml that return MethodParams
 MethodParams JonasMethod.getMethodParams()
          Gets the method-params
 MethodParams QueryMethod.getMethodParams()
          Gets the method-params
 MethodParams Method.getMethodParams()
          Gets the method-params
 

Methods in org.ow2.jonas.deployment.ejb.xml with parameters of type MethodParams
 void JonasMethod.setMethodParams(MethodParams methodParams)
          Set the method-params
 void QueryMethod.setMethodParams(MethodParams methodParams)
          Set the method-params
 void Method.setMethodParams(MethodParams methodParams)
          Set the method-params
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.