|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.ejb.cfg.BeanMethod
@Module public class BeanMethod
Configuration for bean-method.
Constructor Summary | |
---|---|
BeanMethod()
|
Method Summary | |
---|---|
java.lang.String |
getMethodName()
|
MethodSignature |
getSignature()
|
boolean |
isMatch(AnnotatedMethod<?> otherMethod)
|
void |
setMethodName(java.lang.String methodName)
|
void |
setMethodParams(MethodParams methodParams)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanMethod()
Method Detail |
---|
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
public void setMethodParams(MethodParams methodParams)
public boolean isMatch(AnnotatedMethod<?> otherMethod)
public MethodSignature getSignature()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |