Package com.sun.jini.mahalo.log

Examples of com.sun.jini.mahalo.log.MultiLogManagerAdmin.destroy()


          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
Copyright © 2018 www.massapi.com. 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.