public boolean removeGlobalRequestBlocking(final String identifier) throws MessageInvalidException, PersistenceDisabledException {
if(!globalRebootClient.removeByIdentifier(identifier, true, this, core.clientContext)) {
final CountDownLatch done = new CountDownLatch(1);
final AtomicBoolean success = new AtomicBoolean();
core.clientContext.jobRunner.queue(new PersistentJob() {
@Override
public String toString() {
return "FCP removeGlobalRequestBlocking";
}