Patrick Wright wrote:
Wouldn't low-level configuration details like this normally be
provided in Jini via Configuration, rather than the constructor?

Yes, but in order to configure a LookupLocator, you need a constructor to specifiy in the config file.

like

a.b.c {
        socketFactory = new MySocketFactory();
        lookupLocator = new LookupLocator("jini://d", socketFactory );
}

instead of (without)
a.b.c {
        lookupLocator = new LookupLocator("jini://d" );
}


Gr. Sim


--
QCG, Software voor het MKB, 071-5890970, http://www.qcg.nl
Quality Consultancy Group b.v., Leiderdorp, Kvk Leiden: 28088397

Reply via email to