Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28575/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces

Modified Files:
        TransferLocal.java TransferRemote.java 
Added Files:
        TransferEndPoint.java 
Log Message:
* Added LookupObjectPlugin 
* Finished PrimaryKeyClassPlugin 
* Fixed small bugs


Index: TransferRemote.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/TransferRemote.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TransferRemote.java 6 Oct 2005 13:49:58 -0000       1.1
--- TransferRemote.java 11 Oct 2005 09:22:27 -0000      1.2
***************
*** 1,18 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that
!  * the testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public interface TransferRemote extends javax.ejb.EJBObject {
!     // empty
  }
\ No newline at end of file
--- 1,19 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that
!  * the testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public interface TransferRemote
! extends javax.ejb.EJBObject {
!     void transferAmount(java.lang.String srcAcc, java.lang.String dstAcc, 
double amount) throws javax.naming.NamingException, javax.ejb.FinderException, 
java.rmi.RemoteException;
  }
\ No newline at end of file

--- NEW FILE: TransferEndPoint.java ---
/*
 * Copyright (c) 2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.testapp.ejb.interfaces;

/**
 * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that the
 * testapp can compile without XDoclet.
 * This source is also used by the xdoclet-ejb plugin to compare the generated 
output.
 *
 * @author Diogo Quintela
 * @version $Revision: 1.1 $
 */
public interface TransferEndPoint extends java.rmi.Remote {
    void transferAmount(java.lang.String srcAcc, java.lang.String dstAcc, 
double amount)
        throws javax.naming.NamingException, javax.ejb.FinderException, 
java.rmi.RemoteException;
}
Index: TransferLocal.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/TransferLocal.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TransferLocal.java  6 Oct 2005 13:49:58 -0000       1.1
--- TransferLocal.java  11 Oct 2005 09:22:27 -0000      1.2
***************
*** 1,17 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that the
!  * testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Diogo Quintela
!  */
! public interface TransferLocal extends javax.ejb.EJBLocalObject {
!     // empty for now
  }
\ No newline at end of file
--- 1,18 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that the
!  * testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Diogo Quintela
!  */
! public interface TransferLocal
! extends javax.ejb.EJBLocalObject {
!     void transferAmount(java.lang.String srcAcc, java.lang.String dstAcc, 
double amount) throws javax.naming.NamingException, javax.ejb.FinderException;
  }
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to