Package oracle.toplink.essentials.logging

Examples of oracle.toplink.essentials.logging.DefaultSessionLog


     * Return the default ServerLog in the base
     *
     * @return oracle.toplink.essentials.logging.SessionLog
     */
    public oracle.toplink.essentials.logging.SessionLog getServerLog() {
        return new DefaultSessionLog();
    }   
View Full Code Here

TOP

Related Classes of oracle.toplink.essentials.logging.DefaultSessionLog

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.