org.mule.tck.testmodels.services
Class TestReceiver

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

public class TestReceiver
extends java.lang.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()
           
 java.lang.String receive(java.lang.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 java.lang.String receive(java.lang.String message)
                         throws java.lang.Exception
Throws:
java.lang.Exception

inc

protected int inc()


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.