org.mule.endpoint
Class AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener

java.lang.Object
  extended by org.mule.endpoint.AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener
All Implemented Interfaces:
EndpointMessageNotificationListener<EndpointMessageNotification>, ServerNotificationListener<EndpointMessageNotification>
Enclosing class:
AbstractMessageProcessorTestCase

public static class AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener
extends Object
implements EndpointMessageNotificationListener<EndpointMessageNotification>


Field Summary
 CountDownLatch latch
           
 EndpointMessageNotification messageNotification
           
 List<EndpointMessageNotification> messageNotificationList
           
 
Constructor Summary
AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener()
           
AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener(int numExpected)
           
 
Method Summary
 void onNotification(EndpointMessageNotification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageNotification

public EndpointMessageNotification messageNotification

messageNotificationList

public List<EndpointMessageNotification> messageNotificationList

latch

public CountDownLatch latch
Constructor Detail

AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener

public AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener()

AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener

public AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener(int numExpected)
Method Detail

onNotification

public void onNotification(EndpointMessageNotification notification)
Specified by:
onNotification in interface ServerNotificationListener<EndpointMessageNotification>


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