Package com.dianping.cat.message.internal

Examples of com.dianping.cat.message.internal.DefaultMessageProducer


    event.setStatus(status);
    event.complete();
  }

  protected Transaction newTransaction(String type, String name) {
    DefaultMessageProducer cat = (DefaultMessageProducer) Cat.getProducer();
    Transaction transaction = cat.newTransaction(m_current, type, name);

    return transaction;
  }
View Full Code Here

TOP

Related Classes of com.dianping.cat.message.internal.DefaultMessageProducer

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.