61626364656667686970
{ doPrivileged(new PrivilegedAction<Void>() { public Void run() { getCommandService().execute(new UnDeployDeploymentCommand(name)); return null; } }); }
47484950515253
} @Override public void undeploy(String name) { getCommandService().execute(new UnDeployDeploymentCommand(name)); }