_objects.clear();
}
else if (wi instanceof SubscriptionIndicationWorkItem)
{
SubscriptionIndicationWorkItem item = (SubscriptionIndicationWorkItem)wi;
SubscribeIndication indication = item.getSubscribeIndication();
String correlationId = indication.getConsoleHandle();
if (correlationId.equals("queueStatsHandle"))
{ // If it is (and it should be!!) then it's our queue object Subscription
List<QmfConsoleData> data = indication.getData();
for (QmfConsoleData record : data)
{
ObjectId id = record.getObjectId();
if (record.isDeleted())
{ // If the object was deleted by the Agent we remove it from out Map