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 EJB methods until all startup beans in the deployment are started as per spec.