摘要:
下面是LookupListener接口的定义packageorg.openide.util;importjava.util.*;/**Generallistenerforchangesinlookup.**@authorJaroslavTulach*/publicinterfaceLookupListenerextendsEventListener{/**Achangeinlookupoccured.Pleasenotethatthismethod*shouldneverblocksinceitmightbecalledfromlookupimplementation*internalthr. 阅读全文
摘要:
记得2.5版的时候同一台机器启动多个结点时必须1 使用不同的目录2 设置不同的端口,以避免端口冲突。现在用2.7版,发现没有设置不同的端口也可以正常启动两个结点(ubuntu11.04) 。是2.7版会自动选择未被占用的端口么?——————————————————————————————————————————————————————————————————奇怪:测试结果,两个结点使用的都是9701端口?????? 阅读全文
摘要:
在同一个程序中分别共享一个文件,然后在接收该文件(即该程序即做服务器,又做客户端),发现没有报错,但收不到文件。接收文件时监听器有如下信息: Initiating Content transfer Transfer state: COMPLETED Starting source location Waiting for 5 seconds to demonstrate source location... 但如果在不同目录中分别启动两个程序,一个共享文件,一个接收文件,则可正常接收。 难道使用ContentService某个结点共享的文件,同一个结点不能接收? 如果真的这样就不大合理了,或. 阅读全文
摘要:
http://weblogs.java.net/blog/bondolo/archive/2004/04/complexity.html—————————————————————————————————————————————————————————— Complexity Posted by bondolo on April 20, 2004 at 2:09 AM EDT On April 21st the JXTA C... 阅读全文
摘要:
http://weblogs.java.net/blog/bondolo/archive/2004/10/jxta_kitchen.html———————————————————————————————————————————————————————— JXTA Kitchen Posted by bondolo on October 21, 2004 at 12:31 AM EDT On a rainy Tuesday... 阅读全文
摘要:
http://weblogs.java.net/blog/bondolo/archive/2004/11/big_changes_to.html———————————————————————————————————— Big Changes to JXTA Configuration Posted by bondolo on November 2, 2004 at 12:05 PM EST There has been a... 阅读全文
摘要:
http://weblogs.java.net/blog/bondolo/archive/2006/04/pse_access_serv.html—————————————————————————————————————————————————————— PSE Access Service Posted by bondolo on April 14, 2006 at 2:09 PM EDT A couple of wee... 阅读全文
摘要:
http://weblogs.java.net/blog/bondolo/archive/2007/06/the_jxta_migrat.html———————————————————————————————————————————————————— The JXTA Migration Posted by bondolo on June 29, 2007 at 12:01 PM EDT For the last cou... 阅读全文
摘要:
http://weblogs.java.net/blog/bondolo/archive/2007/10/jxse_25_whats_c_7.html———————————————————————————————————————————————————————————————— JXSE 2.5 : What's Cool #7 -- Logging Posted by bondolo on October 14, 2007 at 3:3... 阅读全文
摘要:
http://weblogs.java.net/blog/bondolo/archive/2007/10/jxse_25_whats_c_5.html———————————————————————————————————————————————————————— JXSE 2.5 : What's Cool #6 -- PeerGroup Executor and ScheduledExcutor Posted by bondolo on... 阅读全文