Package org.apache.tomcat

Examples of org.apache.tomcat.Manager


     *
     * @param manager The newly associated Manager
     */
    public void setManager(Manager manager) {

  Manager oldManager = this.manager;
  this.manager = manager;
  if (this.manager != null)
      this.manager.setContainer(this);
  support.firePropertyChange("manager", oldManager, this.manager);

View Full Code Here

TOP

Related Classes of org.apache.tomcat.Manager

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.