You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/07/18 20:48:59 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina Container.java

remm        2003/07/18 11:48:59

  Modified:    catalina/src/share/org/apache/catalina Container.java
  Log:
  - Add a getPipeline() to allow bypassing the (useless) invoke method.
  
  Revision  Changes    Path
  1.6       +11 -4     jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Container.java
  
  Index: Container.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Container.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Container.java	23 May 2003 10:54:15 -0000	1.5
  +++ Container.java	18 Jul 2003 18:48:58 -0000	1.6
  @@ -237,6 +237,13 @@
   
   
       /**
  +     * Return the Pipeline object that manages the Valves associated with
  +     * this Container.
  +     */
  +    public Pipeline getPipeline();
  +
  +
  +    /**
        * Return the Cluster with which this Container is associated.  If there is
        * no associated Cluster, return the Cluster associated with our parent
        * Container (if any); otherwise return <code>null</code>.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org