/** 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);}
}
HttpServerMBean.java 文件源码
java
阅读 19
收藏 0
点赞 0
评论 0
项目:Wilma
作者:
评论列表
文章目录