Esmond Pitt
2009-03-19 01:04:19 UTC
Do I have these exporters and ILFactories the right way round?
Exporter mainExporter = new BasicJeriExporter(ep, new
ProxyTrustILFactory(serverConstraints, null));
Exporter bootExporter = new BasicJeriExporter(ep, new
BasicILFactory(serverConstraints, null));
this.exporter = new ProxyTrustExporter(mainExporter, bootExporter);
It seems to work, and reversing the ILFactories doesn't, but actually I
don't really understand what's going on here.
TIA
EJP
--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to ***@java.sun.com
Exporter mainExporter = new BasicJeriExporter(ep, new
ProxyTrustILFactory(serverConstraints, null));
Exporter bootExporter = new BasicJeriExporter(ep, new
BasicILFactory(serverConstraints, null));
this.exporter = new ProxyTrustExporter(mainExporter, bootExporter);
It seems to work, and reversing the ILFactories doesn't, but actually I
don't really understand what's going on here.
TIA
EJP
--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to ***@java.sun.com