Set pending_replies = delegate.get_pending_replies();
synchronized ( pending_replies )
{
for ( Iterator i = pending_replies.iterator(); i.hasNext(); )
{
ReplyPlaceholder p = ( ReplyPlaceholder ) i.next();
p.retry();
}
}
// do the actual rebind
delegate.rebind ( forward_reference );