Uses of Class
org.apache.openejb.jee.jba.MethodAttributes
-
Packages that use MethodAttributes Package Description org.apache.openejb.jee.jba -
-
Uses of MethodAttributes in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as MethodAttributes Modifier and Type Field Description protected MethodAttributesEntity. methodAttributesprotected MethodAttributesSession. methodAttributesMethods in org.apache.openejb.jee.jba that return MethodAttributes Modifier and Type Method Description MethodAttributesObjectFactory. createMethodAttributes()Create an instance ofMethodAttributesMethodAttributesEntity. getMethodAttributes()Gets the value of the methodAttributes property.MethodAttributesSession. getMethodAttributes()Gets the value of the methodAttributes property.Methods in org.apache.openejb.jee.jba with parameters of type MethodAttributes Modifier and Type Method Description voidEntity. setMethodAttributes(MethodAttributes value)Sets the value of the methodAttributes property.voidSession. setMethodAttributes(MethodAttributes value)Sets the value of the methodAttributes property.
-