Package com.exedosoft.plat.agent.job

Examples of com.exedosoft.plat.agent.job.MessageJob


   *
   * @see com.jbbis.hulft.agent.pool.AgentPool#addMessage(com.jbbis.hulft.agent.Message)
   */
  public synchronized void putMessage(Message aMessage) {
    super.putMessage(aMessage);
    new Thread(new MessageJob(aMessage)).start();

  }
View Full Code Here

TOP

Related Classes of com.exedosoft.plat.agent.job.MessageJob

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.