public class MonitoredWithInterfacePointcut extends Object implements org.springframework.aop.Pointcut
| Constructor and Description |
|---|
MonitoredWithInterfacePointcut() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.aop.ClassFilter |
getClassFilter() |
String |
getInterfaceName()
Retourne le nom de l'interface à matcher.
|
org.springframework.aop.MethodMatcher |
getMethodMatcher() |
void |
setInterfaceName(String interfaceName)
Définit le nom de l'interface à matcher (non null).
|
public org.springframework.aop.ClassFilter getClassFilter()
getClassFilter in interface org.springframework.aop.Pointcutpublic org.springframework.aop.MethodMatcher getMethodMatcher()
getMethodMatcher in interface org.springframework.aop.Pointcutpublic String getInterfaceName()
public void setInterfaceName(String interfaceName) throws ClassNotFoundException
interfaceName - StringClassNotFoundException - Si classe non trouvéeCopyright © 2008–2017 Emeric Vernat. All rights reserved.