User: vharcq  
  Date: 02/02/25 09:41:17

  Added:       core/test/src/xdoclet/retest/ref/ejb/interfaces
                        SimpleSL.java SimpleSLHome.java SimpleSLLocal.java
                        SimpleSLLocalHome.java
  Log:
  The references used for comparison regression test
  
  Revision  Changes    Path
  1.1                  
xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleSL.java
  
  Index: SimpleSL.java
  ===================================================================
  /*
   * Generated file - Do not edit!
   */
  package xdoclet.retest.ref.ejb.interfaces;
  
  import java.lang.*;
  import javax.ejb.SessionBean;
  
  /**
   * Remote interface for simple/SimpleSL.
   * @xdoclet-generated at 23-f�vr.-02 16:19:08
   */
  public interface SimpleSL
     extends javax.ejb.EJBObject
  {
      public void doSomething(  ) throws java.rmi.RemoteException;
  
      public void doSomething( int a ) throws java.rmi.RemoteException;
  
      public void doSomething( int[] a ) throws java.rmi.RemoteException;
  
      public void doSomething( java.lang.String a ) throws java.rmi.RemoteException;
  
      public void doSomething( java.lang.String[] a ) throws java.rmi.RemoteException;
  
      public int[] iadoSomething(  ) throws java.rmi.RemoteException;
  
      public int[] iadoSomething( int a ) throws java.rmi.RemoteException;
  
      public int[] iadoSomething( int[] a ) throws java.rmi.RemoteException;
  
      public int[] iadoSomething( java.lang.String a ) throws java.rmi.RemoteException;
  
      public int[] iadoSomething( java.lang.String[] a ) throws 
java.rmi.RemoteException;
  
      public int idoSomething(  ) throws java.rmi.RemoteException;
  
      public int idoSomething( int a ) throws java.rmi.RemoteException;
  
      public int idoSomething( int[] a ) throws java.rmi.RemoteException;
  
      public int idoSomething( java.lang.String a ) throws java.rmi.RemoteException;
  
      public int idoSomething( java.lang.String[] a ) throws java.rmi.RemoteException;
  
      public java.lang.String[] sadoSomething(  ) throws java.rmi.RemoteException;
  
      public java.lang.String[] sadoSomething( int[] a ) throws 
java.rmi.RemoteException;
  
      public java.lang.String[] sadoSomething( java.lang.String a ) throws 
java.rmi.RemoteException;
  
      public java.lang.String[] sadoSomething( java.lang.String[] a ) throws 
java.rmi.RemoteException;
  
      public java.lang.String sdoSomething(  ) throws java.rmi.RemoteException;
  
      public java.lang.String sdoSomething( int a ) throws java.rmi.RemoteException;
  
      public java.lang.String sdoSomething( int[] a ) throws java.rmi.RemoteException;
  
      public java.lang.String sdoSomething( java.lang.String a ) throws 
java.rmi.RemoteException;
  
      public java.lang.String sdoSomething( java.lang.String[] a ) throws 
java.rmi.RemoteException;
  
      public java.lang.String[] siadoSomething( int a ) throws 
java.rmi.RemoteException;
  
   }
  
  
  
  1.1                  
xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleSLHome.java
  
  Index: SimpleSLHome.java
  ===================================================================
  /*
   * Generated file - Do not edit!
   */
  package xdoclet.retest.ref.ejb.interfaces;
  
  import java.lang.*;
  import javax.ejb.SessionBean;
  
  /**
   * Home interface for simple/SimpleSL.
   * @xdoclet-generated at 23-f�vr.-02 16:19:08
   */
  public interface SimpleSLHome
     extends javax.ejb.EJBHome
  {
     public static final String COMP_NAME="java:comp/env/ejb/simple/SimpleSL";
     public static final String JNDI_NAME="simple/SimpleSL";
  
     public xdoclet.retest.ref.ejb.interfaces.SimpleSL create() throws 
javax.ejb.CreateException, java.rmi.RemoteException;
  
  }
  
  
  
  1.1                  
xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleSLLocal.java
  
  Index: SimpleSLLocal.java
  ===================================================================
  /*
   * $Id: SimpleSLLocal.java,v 1.1 2002/02/25 17:41:17 vharcq Exp $
   */
  package xdoclet.retest.ref.ejb.interfaces;
  
  public interface SimpleSLLocal
          extends javax.ejb.EJBLocalObject
  {
      public void doSomething(  ) ;
  
      public void doSomething( int a ) ;
  
      public void doSomething( int[] a ) ;
  
      public void doSomething( java.lang.String a ) ;
  
      public void doSomething( java.lang.String[] a ) ;
  
      public int[] iadoSomething(  ) ;
  
      public int[] iadoSomething( int a ) ;
  
      public int[] iadoSomething( int[] a ) ;
  
      public int[] iadoSomething( java.lang.String a ) ;
  
      public int[] iadoSomething( java.lang.String[] a ) ;
  
      public int idoSomething(  ) ;
  
      public int idoSomething( int a ) ;
  
      public int idoSomething( int[] a ) ;
  
      public int idoSomething( java.lang.String a ) ;
  
      public int idoSomething( java.lang.String[] a ) ;
  
      public java.lang.String[] sadoSomething(  ) ;
  
      public java.lang.String[] sadoSomething( int[] a ) ;
  
      public java.lang.String[] sadoSomething( java.lang.String a ) ;
  
      public java.lang.String[] sadoSomething( java.lang.String[] a ) ;
  
      public java.lang.String sdoSomething(  ) ;
  
      public java.lang.String sdoSomething( int a ) ;
  
      public java.lang.String sdoSomething( int[] a ) ;
  
      public java.lang.String sdoSomething( java.lang.String a ) ;
  
      public java.lang.String sdoSomething( java.lang.String[] a ) ;
  
      public java.lang.String[] siadoSomething( int a ) ;
  
  }
  
  
  
  1.1                  
xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleSLLocalHome.java
  
  Index: SimpleSLLocalHome.java
  ===================================================================
  /*
   * $Id: SimpleSLLocalHome.java,v 1.1 2002/02/25 17:41:17 vharcq Exp $
   */
  package xdoclet.retest.ref.ejb.interfaces;
  
  public interface SimpleSLLocalHome
          extends javax.ejb.EJBLocalHome
  {
      public static final String COMP_NAME="java:comp/env/ejb/simple/SimpleSLLocal";
      public static final String JNDI_NAME="simple/SimpleSLLocal";
  
      public xdoclet.retest.ref.ejb.interfaces.SimpleSLLocal create() throws 
javax.ejb.CreateException;
  
  }
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to