Searched refs:processorList (Results 1 – 1 of 1) sorted by relevance
1656 MessageProcessor[] processorList; in stopStack() local1657 processorList = getMessageProcessors(); in stopStack()1658 for (int processorIndex = 0; processorIndex < processorList.length; processorIndex++) { in stopStack()1659 removeMessageProcessor(processorList[processorIndex]); in stopStack()