Class MethodAttribute<A>


  • public class MethodAttribute<A>
    extends Object
    Version:
    $Rev$ $Date$
    • Constructor Detail

      • MethodAttribute

        public MethodAttribute​(A attribute,
                               Method method)
      • MethodAttribute

        public MethodAttribute​(A attribute,
                               String ejbName,
                               NamedMethod method)
    • Method Detail

      • getAttribute

        public A getAttribute()
      • getClassName

        public String getClassName()
      • getEjbName

        public String getEjbName()
      • getMethodName

        public String getMethodName()