Package com.sun.jini.mahalo.log

Examples of com.sun.jini.mahalo.log.MultiLogManagerAdmin


      // Remove persistent store- ask LogManager to clean
      // itself up, then clean up the persistence path.
            if(destroyLogger.isLoggable(Level.FINEST)) {
          destroyLogger.log(Level.FINEST,"Destroying transaction logs.");
      }
      MultiLogManagerAdmin logadmin =
          (MultiLogManagerAdmin) logmgr.getAdmin();
 
      logadmin.destroy();

      if (persistent) {     
                if(destroyLogger.isLoggable(Level.FINEST)) {
              destroyLogger.log(Level.FINEST,"Destroying persistence directory.");
            }
View Full Code Here

TOP

Related Classes of com.sun.jini.mahalo.log.MultiLogManagerAdmin

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.