Package org.apache.tomcat.util.depend

Examples of org.apache.tomcat.util.depend.DependManager.reset()


  DependManager dm=(DependManager)context.getContainer().
      getNote("DependManager");

  if( dm!=null ) {
      // we are using a util.depend for reloading
      dm.reset();
  }
  loaderHook(dm, context);
  log( "Reloading context " + context );
    }
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.