Package org.jayasoft.woj.server.data

Examples of org.jayasoft.woj.server.data.ModuleDescriptorDao.update()


            if (md instanceof ModuleDescriptorImpl) {
                LOGGER.debug("storing size of "+md.getModuleInfoAsString()+": "+size);
                ModuleDescriptorImpl mdimpl = (ModuleDescriptorImpl)md;
                mdimpl.setSize(size);
                ModuleDescriptorDao dao = WOJServer.getInstance().getDataService().getModuleDescriptorDao();
                dao.update(mdimpl);
            }
        }
        return size;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.