*/
protected Map<String, CacheInfo> collectRemoteCacheInfo(ImportBean bean) throws BulkLoaderSystemException {
if (bean == null) {
throw new IllegalArgumentException("bean must not be null"); //$NON-NLS-1$
}
GetCacheInfoLocal client = new GetCacheInfoLocal();
return client.get(bean);
}