@Override
protected Entry<AbstractMasterHandlerImpl> createService ( final UserInformation userInformation, final String configurationId, final BundleContext context, final Map<String, String> parameters ) throws Exception
{
final AbstractMasterHandlerImpl handler = new ScaleHandlerImpl ( configurationId, this.poolTracker, this.priority, this.caTracker );
handler.update ( userInformation, parameters );
return new Entry<AbstractMasterHandlerImpl> ( configurationId, handler );
}
ScaleHandlerFactoryImpl.java 文件源码
java
阅读 35
收藏 0
点赞 0
评论 0
项目:neoscada
作者:
评论列表
文章目录