org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority
Class InvocationTracker
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.InvocationTracker
@ApplicationScoped
public class InvocationTracker
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationTracker
public InvocationTracker()
isEarlierInterceptorInvoked
public boolean isEarlierInterceptorInvoked()
setEarlierInterceptorInvoked
public void setEarlierInterceptorInvoked(boolean earlierInterceptorInvoked)
isLaterInterceptorInvoked
public boolean isLaterInterceptorInvoked()
setLaterInterceptorInvoked
public void setLaterInterceptorInvoked(boolean laterInterceptorInvoked)
isValidatorInvoked
public boolean isValidatorInvoked()
setValidatorInvoked
public void setValidatorInvoked(boolean validatorInvoked)
Copyright © 2008-2013. All Rights Reserved.