Package tcg.scada.cos

Examples of tcg.scada.cos.CosSubscriptionItemSeqHolder


    logger_.debug("# Changes: " + updatesMap_.size());

    // if client reference is not _nil(), push the changes
    if (client_ != null && updatesMap_.size() > 0)
    {
      CosSubscriptionItemSeqHolder items = new CosSubscriptionItemSeqHolder();

      // get the list of updated subscription items.
      // MUST NOT use getUpdatedSubscriptionItem() because it will clear
      // updatesMap_
      // we want to clear the hash map only on successful push!
View Full Code Here

TOP

Related Classes of tcg.scada.cos.CosSubscriptionItemSeqHolder

Copyright © 2018 www.massapicom. 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.