Uses of Class
org.apache.openejb.jee.wls.Method
-
Packages that use Method Package Description org.apache.openejb.jee.wls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Method in org.apache.openejb.jee.wls
Fields in org.apache.openejb.jee.wls with type parameters of type Method Modifier and Type Field Description protected List<Method>IdempotentMethods. methodprotected List<Method>RetryMethodsOnRollback. methodprotected List<Method>TransactionIsolation. methodMethods in org.apache.openejb.jee.wls that return Method Modifier and Type Method Description MethodObjectFactory. createMethod()Create an instance ofMethodMethods in org.apache.openejb.jee.wls that return types with arguments of type Method Modifier and Type Method Description List<Method>IdempotentMethods. getMethod()Gets the value of the method property.List<Method>RetryMethodsOnRollback. getMethod()Gets the value of the method property.List<Method>TransactionIsolation. getMethod()Gets the value of the method property.
-