View Javadoc

1   /*
2    * Created on 5 janv. 2005
3    *
4    * TODO To change the template for this generated file go to
5    * Window - Preferences - Java - Code Style - Code Templates
6    */
7   package genie.core;
8   
9   import org.apache.commons.logging.Log;
10  import org.apache.commons.logging.LogFactory;
11  
12  /***
13   * 
14   *
15   * @author T. Kia Ntoni
16   * 
17   * 5 janv. 2005 
18   * Manager @version 
19   */
20  public  class NestingContextManager extends Manager implements IManagerConstants{
21      public static final Object GENIE_CORE_MANAGER_CONTEXT_CHAINPOINT = "genie.core.manager.context.chainpoint";
22      protected static Log log = LogFactory.getLog(NestingContextManager.class);
23      /***
24       * 
25       */
26      public NestingContextManager() {
27          super();
28          // TODO Auto-generated constructor stub
29      }
30  }