String message = Resource.getString(
ResourceConstants.SR_ALL_KILLED_ALERT_MSG, null);
SystemAlert alert = new SystemAlert(getDisp(token), title,
message, null, AlertType.WARNING);
alert.runInNewThread();
}
/**
* Retrieves a display handler that guarantees exposition of a
* system alert.