}
}
@Override
protected ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr) {
ISystemFilterPool pool = null;
try {
String poolName = getDefaultFilterPoolName(mgr.getName(), getId());
pool = mgr.createSystemFilterPool(poolName, false);
if (pool != null) {
RemoteFileFilterString accountsFilterString = new RemoteFileFilterString(this);