org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority
Class InvocationTracker

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.InvocationTracker

@ApplicationScoped
public class InvocationTracker
extends Object

Author:
Gunnar Morling

Constructor Summary
InvocationTracker()
           
 
Method Summary
 boolean isEarlierInterceptorInvoked()
           
 boolean isLaterInterceptorInvoked()
           
 boolean isValidatorInvoked()
           
 void setEarlierInterceptorInvoked(boolean earlierInterceptorInvoked)
           
 void setLaterInterceptorInvoked(boolean laterInterceptorInvoked)
           
 void setValidatorInvoked(boolean validatorInvoked)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationTracker

public InvocationTracker()
Method Detail

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.