com.caucho.ejb.cfg
Class AroundInvokeConfig
java.lang.Object
com.caucho.ejb.cfg.AroundInvokeConfig
public class AroundInvokeConfig
- extends java.lang.Object
Configuration for around-invoke.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AroundInvokeConfig
public AroundInvokeConfig()
getClassName
public java.lang.String getClassName()
getMethodName
public java.lang.String getMethodName()
setClass
public void setClass(java.lang.String className)
setMethodName
public void setMethodName(java.lang.String methodName)
isMatch
public boolean isMatch(AnnotatedMethod<?> method)
isMatch
public boolean isMatch(java.lang.reflect.Method method)