User: oberg
Date: 00/06/16 06:10:29
Modified: src/main/org/jboss/ejb/plugins/jrmp13/interfaces
EntityProxy.java HomeProxy.java
StatefulSessionProxy.java
StatelessSessionProxy.java
Log:
Added configuration service
Changed interceptors to be messagebased
Added mini webserver
Changed server bootstrap process
Revision Changes Path
1.2 +2 -2
jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/EntityProxy.java
Index: EntityProxy.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/EntityProxy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EntityProxy.java 2000/05/12 10:17:25 1.1
+++ EntityProxy.java 2000/06/16 13:10:28 1.2
@@ -13,9 +13,9 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
-public class EntityProxy
+public final class EntityProxy
extends org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy
implements java.lang.reflect.InvocationHandler
{
1.2 +2 -2
jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/HomeProxy.java
Index: HomeProxy.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/HomeProxy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HomeProxy.java 2000/05/12 10:17:25 1.1
+++ HomeProxy.java 2000/06/16 13:10:28 1.2
@@ -13,9 +13,9 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
-public class HomeProxy
+public final class HomeProxy
extends org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy
implements java.lang.reflect.InvocationHandler
{
1.2 +2 -2
jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/StatefulSessionProxy.java
Index: StatefulSessionProxy.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/StatefulSessionProxy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StatefulSessionProxy.java 2000/05/12 10:17:25 1.1
+++ StatefulSessionProxy.java 2000/06/16 13:10:28 1.2
@@ -13,9 +13,9 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
-public class StatefulSessionProxy
+public final class StatefulSessionProxy
extends org.jboss.ejb.plugins.jrmp.interfaces.StatefulSessionProxy
implements java.lang.reflect.InvocationHandler
{
1.2 +2 -2
jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/StatelessSessionProxy.java
Index: StatelessSessionProxy.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces/StatelessSessionProxy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StatelessSessionProxy.java 2000/05/12 10:17:26 1.1
+++ StatelessSessionProxy.java 2000/06/16 13:10:28 1.2
@@ -13,9 +13,9 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
-public class StatelessSessionProxy
+public final class StatelessSessionProxy
extends org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy
implements java.lang.reflect.InvocationHandler
{