[Ejtools-cvs] CVS: applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model/ejb
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-25 20:54:25
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model/ejb In directory usw-pr-cvs1:/tmp/cvs-serv5030/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model/ejb Modified Files: EJBHomeProxy.java EJBObjectProxy.java Log Message: Pretty print Index: EJBHomeProxy.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model/ejb/EJBHomeProxy.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** EJBHomeProxy.java 15 May 2002 20:44:10 -0000 1.5 --- EJBHomeProxy.java 25 May 2002 20:54:22 -0000 1.6 *************** *** 23,28 **** /** ! * Proxy that hide the remote aspect of the EJB Home interface. Allows the ! * creation of an EJB or of a collection of EJB remotly and displays them as * EJBObjectProxy. * --- 23,27 ---- /** ! * Proxy that hide the remote aspect of the EJB Home interface. Allows the creation of an EJB or of a collection of EJB remotly and displays them as * EJBObjectProxy. * *************** *** 31,41 **** * @version $Revision$ * @todo Reference to Rickard Öberg ! * @beaninfo:class displayName="Enterprise Java Bean" shortDescription="EJB ! * Home interface" * @beaninfo:icons color16="/toolbarButtonGraphics/development/EnterpriseJavaBeanJar16.gif" ! * @beaninfo:property name="name" class="java.lang.String" displayName="Name" ! * shortDescription="Name of the EJB Home" ! * @beaninfo:property name="className" class="java.lang.String" ! * displayName="Home interface" shortDescription="Class of EJB Home" */ public class EJBHomeProxy extends JNDIEntry implements InvocationHandler --- 30,37 ---- * @version $Revision$ * @todo Reference to Rickard Öberg ! * @beaninfo:class displayName="Enterprise Java Bean" shortDescription="EJB Home interface" * @beaninfo:icons color16="/toolbarButtonGraphics/development/EnterpriseJavaBeanJar16.gif" ! * @beaninfo:property name="name" class="java.lang.String" displayName="Name" shortDescription="Name of the EJB Home" ! * @beaninfo:property name="className" class="java.lang.String" displayName="Home interface" shortDescription="Class of EJB Home" */ public class EJBHomeProxy extends JNDIEntry implements InvocationHandler Index: EJBObjectProxy.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model/ejb/EJBObjectProxy.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** EJBObjectProxy.java 15 May 2002 20:44:10 -0000 1.5 --- EJBObjectProxy.java 25 May 2002 20:54:22 -0000 1.6 *************** *** 23,28 **** /** ! * Proxy that hide the remote aspect of the EJB remote interface. Allows the ! * execution of remote methods on the specified EJB. * * @author letiemble --- 23,27 ---- /** ! * Proxy that hide the remote aspect of the EJB remote interface. Allows the execution of remote methods on the specified EJB. * * @author letiemble *************** *** 30,35 **** * @version $Revision$ * @todo Reference to Rickard Öberg ! * @beaninfo:class displayName="Enterprise Java Bean" shortDescription="EJB ! * Remote interface" * @beaninfo:icons color16="/toolbarButtonGraphics/development/EnterpriseJavaBean16.gif" */ --- 29,33 ---- * @version $Revision$ * @todo Reference to Rickard Öberg ! * @beaninfo:class displayName="Enterprise Java Bean" shortDescription="EJB Remote interface" * @beaninfo:icons color16="/toolbarButtonGraphics/development/EnterpriseJavaBean16.gif" */ |