Uses of Class
org.apache.openejb.jee.jba.MethodAttributes

Packages that use MethodAttributes
org.apache.openejb.jee.jba   
 

Uses of MethodAttributes in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as MethodAttributes
protected  MethodAttributes Session.methodAttributes
           
protected  MethodAttributes Entity.methodAttributes
           
 

Methods in org.apache.openejb.jee.jba that return MethodAttributes
 MethodAttributes ObjectFactory.createMethodAttributes()
          Create an instance of MethodAttributes
 MethodAttributes Session.getMethodAttributes()
          Gets the value of the methodAttributes property.
 MethodAttributes Entity.getMethodAttributes()
          Gets the value of the methodAttributes property.
 

Methods in org.apache.openejb.jee.jba with parameters of type MethodAttributes
 void Session.setMethodAttributes(MethodAttributes value)
          Sets the value of the methodAttributes property.
 void Entity.setMethodAttributes(MethodAttributes value)
          Sets the value of the methodAttributes property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.