Package com.asakusafw.bulkloader.cache

Examples of com.asakusafw.bulkloader.cache.GetCacheInfoLocal


     */
    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);
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.bulkloader.cache.GetCacheInfoLocal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.