Patches item #1008902, was opened at 2004-08-13 19:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1008902&group_id=22866
Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Bruce Tobin (btobin) Assigned to: Nobody/Anonymous (nobody) Summary: additional support for custom ClientSocketFactory Initial Comment: org.jnp.server.Main allows the user to set a custom ClientSocketFactory that gets passed back to RMI clients. We had a need for a ClientSocketFactory that always returned a socket connected to a particular host in order to control the host interfaces used by our software. This patch modifies the Main class so that if a custom ClientSocketFactory is specified, at initialization time the server will check to see if the supplied ClientSocketFactory has a method called "setBindAddress" and if there is one it will be called with the value this.bindAddress.getHostAddress(). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1008902&group_id=22866 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
