throws org.omg.CosNaming.NamingContextPackage.NotEmpty
{
lifecycleLogger.fine( "Destroying Naming Context " );
NamingContextDataStore impl = (NamingContextDataStore)this;
synchronized (impl) {
if (impl.IsEmpty() == true) {
// The context is empty so it can be destroyed
impl.Destroy();
lifecycleLogger.fine ( LogKeywords.LIFECYCLE_DESTROY_SUCCESS );
}
else {