User: stark   
  Date: 01/01/29 17:05:25

  Modified:    src/main/org/jboss/ejb Container.java
  Log:
  Added public abstract void addInterceptor(Interceptor in) to
  avoid having to know the exact container type to add its
  interceptors.
  
  Revision  Changes    Path
  1.35      +2 -1      jboss/src/main/org/jboss/ejb/Container.java
  
  Index: Container.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/ejb/Container.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Container.java    2001/01/10 01:23:59     1.34
  +++ Container.java    2001/01/30 01:05:24     1.35
  @@ -67,7 +67,7 @@
    *   @see ContainerFactory
    *   @author Rickard �berg ([EMAIL PROTECTED])
    *   @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
  - *   @version $Revision: 1.34 $
  + *   @version $Revision: 1.35 $
    */
   public abstract class Container
   {
  @@ -320,6 +320,7 @@
      // Protected -----------------------------------------------------
   
      abstract Interceptor createContainerInterceptor();
  +   public abstract void addInterceptor(Interceptor in);
   
      // Private -------------------------------------------------------
   
  
  
  

Reply via email to