org.apache.servicemix.tck
Interface Sender

All Known Implementing Classes:
SenderComponent, SenderPojo

public interface Sender

A simple interface to allow polymorphic access to sending, test components.

Version:
$Revision: 426415 $

Method Summary
 void sendMessages(int messageCount)
           
 void sendMessages(int messageCount, boolean sync)
           
 

Method Detail

sendMessages

void sendMessages(int messageCount)
                  throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException

sendMessages

void sendMessages(int messageCount,
                  boolean sync)
                  throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.