org.exolab.jmscts.tools.send
Class Send

java.lang.Object
  |
  +--org.exolab.jmscts.tools.MessagingTool
        |
        +--org.exolab.jmscts.tools.send.Send

public class Send
extends MessagingTool

Helper to send messages

Version:
$Revision: 1.2 $ $Date: 2004/02/03 21:52:13 $
Author:
Tim Anderson

Constructor Summary
Send()
           
 
Method Summary
protected  void doInvoke()
          Send messages
 void setDeliveryType(DeliveryType type)
          Set the delivery type
 
Methods inherited from class org.exolab.jmscts.tools.MessagingTool
getContext, getCount, getDestination, initialise, invoke, log, setConfig, setConnectionFactory, setCount, setDestination, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Send

public Send()
Method Detail

setDeliveryType

public void setDeliveryType(DeliveryType type)
Set the delivery type
Parameters:
type - the delivery type

doInvoke

protected void doInvoke()
                 throws java.lang.Exception
Send messages
Overrides:
doInvoke in class MessagingTool
Throws:
java.lang.Exception - for any error


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.