[Seasar-user:190] リモートMBeanの呼び出しについて

B starlogic.jp Hidetoshi Hosokawa hoso
2003年 11月 15日 (土) 17:35:25 JST


ほそかわです。

リモートで動いているSeasarのMBeanを呼ぶ方法で、
2通りの書き方ができたのですが、何か違いがあるのでしょうか?

SeasarContext ctx = SeasarContext.getInstance( "RemoteSeasar" );
1) ctx.lookup( "mbean/RemoteMBean" );
2) BeanProxy.create( RemoteMBean.class, "MBean:name=RemoteSeasar" , ctx );

もしどちらでも良いのであれば、コードが短い 1)を使いたいのですが(^^;
--
Hidetoshi Hosokawa < [E-MAIL ADDRESS DELETED] >





Seasar-user メーリングリストの案内