null, "ejbCreate", "ejbRemove", "ejbPassivate", "ejbActivate"
};
};
private void initializeInterceptorManager() throws Exception {
this.interceptorManager = new InterceptorManager(_logger, this,
lifecycleCallbackAnnotationClasses,
getPre30LifecycleMethodNames());
}