Uses of Class
org.openejb.alt.config.ejb11.MethodParams

Packages that use MethodParams
org.openejb.alt.config.ejb11 The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor Configuration. 
 

Uses of MethodParams in org.openejb.alt.config.ejb11
 

Methods in org.openejb.alt.config.ejb11 that return MethodParams
 MethodParams QueryMethod.getMethodParams()
          Returns the value of field 'methodParams'.
 MethodParams Method.getMethodParams()
          Returns the value of field 'methodParams'.
 

Methods in org.openejb.alt.config.ejb11 with parameters of type MethodParams
 void QueryMethod.setMethodParams(MethodParams methodParams)
          Sets the value of field 'methodParams'.
 void Method.setMethodParams(MethodParams methodParams)
          Sets the value of field 'methodParams'.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.