MockHostDao _mockHost = null;
protected StorageSubsystemCommandHandler storageHandler;
@Override
public boolean configure(String name, Map<String, Object> params) throws ConfigurationException {
SimulatorStorageProcessor processor = new SimulatorStorageProcessor(this);
this.storageHandler = new StorageSubsystemCommandHandlerBase(processor);
return true;
}