isnmpsessionfactory.java.svn-base
来自「snmp hibernate 源码, 类似hibernate的映射.」· SVN-BASE 代码 · 共 17 行
SVN-BASE
17 行
package org.opengoss.snmphibernate.api;
import java.io.IOException;
public interface ISnmpSessionFactory {
/**
* Create SNMP Session.
*
* @param target Snmp Target.
* @return SNMP Session.
* @throws IOException
*/
ISnmpSession newSnmpSession(ISnmpTarget target) throws IOException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?