Package com.sun.enterprise.ee.web.sessmgmt

Examples of com.sun.enterprise.ee.web.sessmgmt.HAErrorManager


        updateLob.setTableName(blobSfsbTable);
        updateLob.addKey("id", 5); // prinmary key column name
        updateLob.setLOBColumn("beandata", 3); //BLOB column name
        long timeout = new Long(timeoutSecs).longValue();
        haErr = new HAErrorManager(timeout, threadName);
        haErrAggregateSave = new HAErrorManager(timeout, threadName);
        haErrLoad = new HAErrorManager(timeout, threadName);       
        haErrRemove = new HAErrorManager(timeout, threadName);
        haErrRemoveAllBeans = new HAErrorManager(timeout, threadName);
        haErrRemoveExpired = new HAErrorManager(timeout, threadName);
        haErrExpiredKeys = new HAErrorManager(timeout, threadName);
        haErrGetBeanIds = new HAErrorManager(timeout, threadName);
        haErrUpdateAccessTime = new HAErrorManager(timeout, threadName);

    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.ee.web.sessmgmt.HAErrorManager

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.