随笔分类 - jboss
摘要:编写自己的MBean,一直报找不到这个方法,在MBean中添加init方法 还是不能用, 解决方法:由于此MBean使用了单例模式,所以将构造方法写成了private,将构造方法改为public,或者删除掉私有构造方法即可。 再重新考虑怎么实现单例。
阅读全文
摘要:2010-06-02 15:49:13| 分类: JBOSS|字号 订阅 Directory Description bin Contains startup, shutdown and other system-specific scripts. Basically all the entry point JARs and start scripts included with ...
阅读全文