Class StartupAwaitInterceptor
java.lang.Object
org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor
- All Implemented Interfaces:
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
-
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
-