📄 isnmpsessionfactory.java.svn-base
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -