protected ServiceDelegate serviceDelegate;
protected Hashtable <String,Boolean> ejectedTable = new Hashtable<String,Boolean>();
protected boolean block = false;
public VolumeIRService() {
serviceDelegate = new ServiceDelegate("volume insert/removal", this, logger);
}