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 {
// This context is not empty!
// Not a fatal error, warning should do.