Jeri/SSL export question

Esmond Pitt <[email protected]> Wed, 18 Mar 2009 19:04:19 -0600
Newsgroups gmane.comp.java.sun.jini
Message-ID <LISTSERV%[email protected]>
Do I have these exporters and ILFactories the right way round?

Exporter=09mainExporter =3D new BasicJeriExporter(ep, new
ProxyTrustILFactory(serverConstraints, null));
Exporter=09bootExporter =3D new BasicJeriExporter(ep, new
BasicILFactory(serverConstraints, null));
this.exporter =3D 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 [email protected]