if( this.getParentLogger().isDebugEnabled() )
{
this.getParentLogger().debug( "Creating a dynamic proxy for " + this.getShorthand() );
}
ReadWriteLock readWriteLock = this.getReadWriteLock();
Object proxyInstance = AvalonInterceptorFactory.create(
this.getName(),
this.getShorthand(),
this.getServiceManager(),