*/
public void addDeleteObject(ComponentPlugin plugin) throws NamingException
{
if (false && plugin instanceof DeleteObjectCommand)
{
DeleteObjectCommand command = (DeleteObjectCommand)plugin;
List<String> objectsToDelete = command.getObjectsToDelete();
if (objectsToDelete == null || objectsToDelete.size() == 0)
return;
LdapContext ctx = getLdapContext();
for (String name : objectsToDelete)
{