}
//our preference is to go to CONTROL
boolean canGoToControl = true;
CosProcessRuntimeDataStruct peerProcess = null;
CosOperationModeEnum peerOperMode = null;
//otherwise, check with all peers
Iterator<PeerManagerStruct> it = activePeers_.values().iterator();
while(it.hasNext() && canGoToControl)