User: fleury  
  Date: 00/05/31 11:55:59

  Added:       src/main/org/jboss/ejb/deployment
                        StatefulSessionContainerConfiguration.java
  Log:
  We give the configuration file, nothing for now but soon plugin configuration could 
happen here
  
  Revision  Changes    Path
  1.1                  
jboss/src/main/org/jboss/ejb/deployment/StatefulSessionContainerConfiguration.java
  
  Index: StatefulSessionContainerConfiguration.java
  ===================================================================
  /*
   * jBoss, the OpenSource EJB server
   *
   * Distributable under GPL license.
   * See terms of license at gnu.org.
   */
  package org.jboss.ejb.deployment;
  
  /**
   *   StatefulSessionContainerConfiguration
   *
   *   We hold the stateful specific configuration in this class.
   *   It is an empty class at this point.
   *      
   *   @see ContainerConfiguration
   *   @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
   *   @version $Revision: 1.1 $
   */
  public class StatefulSessionContainerConfiguration
     extends ContainerConfiguration
  {
     // Constants -----------------------------------------------------
      
     // Attributes ----------------------------------------------------
  
     // Static --------------------------------------------------------
  
     // Constructors --------------------------------------------------
      
     // Public --------------------------------------------------------
  
     // XmlExternalizable implementation ------------------------------
     
     // Package protected ---------------------------------------------
      
     // Protected -----------------------------------------------------
      
     // Private -------------------------------------------------------
  
     // Inner classes -------------------------------------------------
  }
  
  
  

Reply via email to