|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |