Uses of Class
com.caucho.ejb.cfg.MethodSignature

Packages that use MethodSignature
com.caucho.ejb.cfg   
 

Uses of MethodSignature in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return MethodSignature
 MethodSignature BeanMethod.getSignature()
           
 MethodSignature EjbMethodPattern.getSignature()
          Returns the method signature.
 

Methods in com.caucho.ejb.cfg with parameters of type MethodSignature
 EjbMethodPattern<X> EjbBean.createMethod(MethodSignature sig)
          Adds a method.
static
<Y> AnnotatedMethod<? super Y>
EjbBean.findMethod(MethodSignature sig, AnnotatedType<Y> cl, java.lang.String intf)
          Finds the method in the class.
 void ContainerTransaction.setMethod(MethodSignature method)
           
 void EjbJar.MethodPermission.setMethod(MethodSignature method)
           
 void EjbMethodPattern.setSignature(MethodSignature sig)
          Sets the method signature.
 

Constructors in com.caucho.ejb.cfg with parameters of type MethodSignature
EjbMethodPattern(EjbBean<X> bean, MethodSignature signature)
          Creates a new method.