org.mule.tck.testmodels.services
Class TestReceiver

java.lang.Object
  extended by org.mule.tck.testmodels.services.TestReceiver

public class TestReceiver
extends Object


Field Summary
protected  edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger count
           
protected static Log logger
           
 
Constructor Summary
TestReceiver()
           
 
Method Summary
protected  int inc()
           
 String receive(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger

count

protected edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger count
Constructor Detail

TestReceiver

public TestReceiver()
Method Detail

receive

public String receive(String message)
               throws Exception
Throws:
Exception

inc

protected int inc()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.