Package tcg.scada.cos

Examples of tcg.scada.cos.CosInvalidEventContextException


  {
    // get the context
    EventContext ctx = contexts_.get(ctxId);
    if (ctx == null)
    {
      throw new CosInvalidEventContextException();
    }

    // pass to context
    ctx.heartbeat();
  }
View Full Code Here


  {
    // get the context
    EventContext ctx = contexts_.get(ctxId);
    if (ctx == null)
    {
      throw new CosInvalidEventContextException();
    }

    // pass to context
    ctx.category = category;
  }
View Full Code Here

TOP

Related Classes of tcg.scada.cos.CosInvalidEventContextException

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.