Package com.sun.enterprise.ee.synchronization.audit

Examples of com.sun.enterprise.ee.synchronization.audit.AuditMgr


                        (System.currentTimeMillis()-cleanerStartMillis)/1000.0;
                    _logger.log(Level.FINE,"synchronization.cleaner.time_taken",
                            secondsString(cleanerSeconds,3));

                    try {
                        AuditMgr aMgr = new AuditMgr(reqs);
                        aMgr.auditServer(_dpr);
                    } catch (AuditException aEx) {
                        _logger.log(Level.SEVERE,
                            "synchronization.audit_fail", aEx);
                    }
                }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.ee.synchronization.audit.AuditMgr

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.