User: user57
Date: 01/05/01 20:04:15
Modified: src/main/org/jboss/ejb/plugins/jrmp/server
JRMPContainerInvoker.java
Log:
o Removed IteratorImpl & MethodInvocation, since they were not being used
by anything. Could probably remove SecureSocketFactory too, deprecated
it for now and added class comment.
o Consolidated common Proxy and Handle actions and data members into
base-classes.
o Added package javdocs for jrmp.interfaces.
o Added support for EJB home and bean handles to "remember" the server from
which they came from. This is currently down by reading the enviroment
properties for the InitialContext from a files specified by a property.
o Added a default properties files (handle-jndi.properties) and updated
jboss.properties to reflect the location of this file.
o Added javadoc for most modified classes, methods and fields.
* See change note for more information.
Revision Changes Path
1.37 +1 -3
jboss/src/main/org/jboss/ejb/plugins/jrmp/server/JRMPContainerInvoker.java
Index: JRMPContainerInvoker.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/jrmp/server/JRMPContainerInvoker.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- JRMPContainerInvoker.java 2001/03/15 00:36:33 1.36
+++ JRMPContainerInvoker.java 2001/05/02 03:04:15 1.37
@@ -52,9 +52,7 @@
import org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy;
import org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy;
import org.jboss.ejb.plugins.jrmp.interfaces.ContainerRemote;
-import org.jboss.ejb.plugins.jrmp.interfaces.IteratorImpl;
import org.jboss.ejb.plugins.jrmp.interfaces.EJBMetaDataImpl;
-import org.jboss.ejb.plugins.jrmp.interfaces.SecureSocketFactory;
import org.jboss.tm.TransactionPropagationContextFactory;
@@ -78,7 +76,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Sebastien
Alborini</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Juha Lindfors</a>
- * @version $Revision: 1.36 $
+ * @version $Revision: 1.37 $
*/
public class JRMPContainerInvoker
extends RemoteServer
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development