Author: ron.sigal(a)jboss.com
Date: 2008-08-09 03:59:47 -0400 (Sat, 09 Aug 2008)
New Revision: 4479
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1000: Added REMOTE_CLASS_LOADERS.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2008-08-08 05:30:50
UTC (rev 4478)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2008-08-09 07:59:47
UTC (rev 4479)
@@ -88,4 +88,10 @@
*/
public static final String CLASSLOADING_PARENT_FIRST_DELEGATION =
"classloadingParentFirstDelegation";
public static final String CLASSLOADING_PARENT_FIRST_DELEGATION_PROP =
"org.jboss.remoting.classloadingParentFirstDelegation";
+
+ /**
+ * Key for injecting into Connector a list of classloaders for remote
+ * classloading facility.
+ */
+ public static final String REMOTE_CLASS_LOADERS = "remoteClassLoaders";
}
Show replies by date