Class StartupAwaitInterceptor
- java.lang.Object
-
- org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class StartupAwaitInterceptor extends Object implements org.jboss.invocation.Interceptor
Interceptor forcing invocation to wait until passed CountDownLatch value is decreased to 0. Is used to suspend external requests to Jakarta Enterprise Beans methods until all startup beans in the deployment are started as per spec.- Author:
- Fedor Gavrilov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-