{
LOG.info( "Stopping Embedded Directory Server..." );
}
// Create a configuration instruction.
ShutdownConfiguration cfg = new ShutdownConfiguration();
// Build the properties from bean attributes
Hashtable env = createContextEnv();
// Put the configuration instruction to the environment variable.
env.putAll( cfg.toJndiEnvironment() );
new InitialDirContext( env );
}
}