Пример #1
0
 @PostConstruct
 public void init() {
   System.out.println("SnmpDevice Locator 开始初始化");
   Assert.state(m_snmpDeviceService != null, "m_SnmpDeviceDao不能为空,请检查");
   Assert.state(m_domainLocator != null, "m_domainLocator不能为空,请检查");
   distruteAllSnmpDeviceNode();
 }