Package tcg.scada.cos

Examples of tcg.scada.cos.ICosDataPointServer.cosPollControl()


        thread = instance.mgrRef1_.cosGetActiveCorbaServer(key);
        dpServer = ICosDataPointServerHelper.narrow(thread);
        //make sure it is really in control
        if (dpServer != null)
        {
          dpServer.cosPollControl();
        }
      }
      catch (Exception ex)
      {
        logger_.error("Can not get reference to active dpserver for location " + location
View Full Code Here


        thread = instance.mgrRef2_.cosGetActiveCorbaServer(key);
        dpServer = ICosDataPointServerHelper.narrow(thread);
        //make sure it is really in control
        if (dpServer != null)
        {
          dpServer.cosPollControl();
        }
      }
      catch (Exception ex)
      {
        logger_.error("Can not get reference to active dpserver for location " + location
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.