Package org.gridsphere.services.core.persistence

Examples of org.gridsphere.services.core.persistence.PersistenceManagerService


    public void init(PortletServiceConfig config)
        throws PortletServiceException {
        log.debug("Entering init");

        PersistenceManagerService persistService =
            (PersistenceManagerService)PortletServiceFactory.createPortletService(PersistenceManagerService.class, true);
        PersistenceManagerRdbms pm =
            persistService.createPersistenceManagerRdbms("tsukubagama");

        Set validityCheckInterval =
            parseValidityCheckInterval(
                getInitParameter(config, "VALIDITY_CHECK_INTERVAL"));
View Full Code Here

TOP

Related Classes of org.gridsphere.services.core.persistence.PersistenceManagerService

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.