站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

SimpleJMSWorker (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.transport.jms
Class SimpleJMSWorker

java.lang.Object
  extended byorg.apache.axis.transport.jms.SimpleJMSWorker
All Implemented Interfaces:
Runnable

public class SimpleJMSWorker
extends Object
implements Runnable

SimpleJMSWorker is a worker thread that processes messages that are received by SimpleJMSListener. It creates a new message context, invokes the server, and sends back response msg to the replyTo destination.

Author:
Jaime Meritt (jmeritt@sonicsoftware.com), Richard Chung (rchung@sonicsoftware.com), Dave Chappell (chappell@sonicsoftware.com)

Field Summary
protected static org.jboss.logging.Logger log
           
 
Constructor Summary
SimpleJMSWorker(SimpleJMSListener listener, javax.jms.BytesMessage message)
           
 
Method Summary
 void run()
          This is where the incoming message is processed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.jboss.logging.Logger log
Constructor Detail

SimpleJMSWorker

public SimpleJMSWorker(SimpleJMSListener listener,
                       javax.jms.BytesMessage message)
Method Detail

run

public void run()
This is where the incoming message is processed.

Specified by:
run in interface Runnable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.