org.mule.transport.sftp
Class LatchDownExceptionListener

java.lang.Object
  extended by org.mule.transport.sftp.LatchDownExceptionListener
All Implemented Interfaces:
ExceptionNotificationListener, ServerNotificationListener

public class LatchDownExceptionListener
extends Object
implements ExceptionNotificationListener

Author:
alejandrosequeira Exception listener that decreases a latch when notified.

Constructor Summary
LatchDownExceptionListener(CountDownLatch latch)
           
 
Method Summary
 void onNotification(ServerNotification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatchDownExceptionListener

public LatchDownExceptionListener(CountDownLatch latch)
Method Detail

onNotification

public void onNotification(ServerNotification notification)
Specified by:
onNotification in interface ServerNotificationListener
See Also:
ServerNotificationListener.onNotification(org.mule.api.context.notification.ServerNotification)


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