This method alse publishes the deleted object to any listening Subscription then removes references to the Subscription.
When this method returns the object should be ready for reaping.
538539540541542543544545546547548
{ // Raise an Unsubscribe Event. _agent.raiseEvent(((org.apache.qpid.server.qmf2.agentdata.Subscription)data).createUnsubscribeEvent()); } data.destroy(); } // Remove the mapping from the internal ConfiguredObject->QmfAgentData Map. _objects.remove(child); }
585586587588589590591592593594595
539540541542543544545546547548549