Class StartupCountDownInterceptor
java.lang.Object
org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
Interceptor decreasing value of passed CountDownLatch per invocation.
Is used on @Startup @Singletons' @PostConstruct methods to signal post-construct successfuly done.
- Author:
- Fedor Gavrilov
-
Field Summary
Fields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
Method Details
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-