[jboss-remoting-commits] JBoss Remoting SVN: r4661 - remoting2/branches/2.2/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Nov 12 23:52:33 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-11-12 23:52:33 -0500 (Wed, 12 Nov 2008)
New Revision: 4661

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1042: Added CLASSLOADING_PARENT_FIRST_DELEGATION and CLASSLOADING_PARENT_FIRST_DELEGATION_PROP.

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2008-11-13 04:51:40 UTC (rev 4660)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2008-11-13 04:52:33 UTC (rev 4661)
@@ -63,4 +63,11 @@
     * a socket creation listener for sockets created by a ServerSocket.
     */
    public static final String SOCKET_CREATION_SERVER_LISTENER = "socketCreationServerListener";
+   
+   /**
+    * A flag indicating whether the RemotingClassLoader uses parent first (=true)
+    * or user class loader first delegation.
+    */
+   public static final String CLASSLOADING_PARENT_FIRST_DELEGATION = "classloadingParentFirstDelegation";
+   public static final String CLASSLOADING_PARENT_FIRST_DELEGATION_PROP = "org.jboss.remoting.classloadingParentFirstDelegation";
 }




More information about the jboss-remoting-commits mailing list