protected EntityBeanHomeFinderInterceptorFactory createHomeFindInterceptorFactory(final Method ejbFind, final boolean localHome) {
return new CmpEntityBeanHomeFinderInterceptorFactory(ejbFind, localHome);
}
protected InterceptorFactory createHomeRemoveInterceptorFactory(final Method remove) {
return new CmpEntityBeanHomeRemoveInterceptorFactory(remove);
}