}
public Object handleDisableOrderingGroup(Invocation invocation) throws Throwable
{
ProducerState pState = getProducerState(invocation);
pState.disableOrderingGroup();
return null;
}
// Class YYY overrides --------------------------------------------------------------------------