HttpServerMBean.java 文件源码

java
阅读 19 收藏 0 点赞 0 评论 0

项目:Wilma 作者:
/** Constructor. 
 * @exception MBeanException 
 * @exception InstanceNotFoundException 
 */
protected HttpServerMBean(HttpServer httpServer)
    throws MBeanException, InstanceNotFoundException
{
    _httpServer=httpServer;
    _httpServer.addEventListener(this);
    try{super.setManagedResource(_httpServer,"objectReference");}
    catch(InvalidTargetObjectTypeException e){log.warn(LogSupport.EXCEPTION,e);}
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号