| Package | Description | 
|---|---|
| com.caucho.ejb.cfg | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodSignature | EjbMethodPattern. getSignature()Returns the method signature. | 
| MethodSignature | BeanMethod. getSignature() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | EjbJar.MethodPermission. setMethod(MethodSignature method) | 
| void | ContainerTransaction. setMethod(MethodSignature method) | 
| void | EjbMethodPattern. setSignature(MethodSignature sig)Sets the method signature. | 
| Constructor and Description | 
|---|
| EjbMethodPattern(EjbBean<X> bean,
                MethodSignature signature)Creates a new method. |