org.mule.transport.sftp.notification
Class SftpTransportNotificationTestListener

java.lang.Object
  extended by org.mule.transport.sftp.notification.SftpTransportNotificationTestListener
All Implemented Interfaces:
CustomNotificationListener, ServerNotificationListener, SftpTransportNotificationListener

public class SftpTransportNotificationTestListener
extends Object
implements SftpTransportNotificationListener


Constructor Summary
SftpTransportNotificationTestListener()
           
 
Method Summary
static boolean gotSftpDeleteNotification()
           
static boolean gotSftpGetNotification()
           
static boolean gotSftpPutNotification()
           
static boolean gotSftpRenameNotification()
           
 void onNotification(ServerNotification notification)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpTransportNotificationTestListener

public SftpTransportNotificationTestListener()
Method Detail

onNotification

public void onNotification(ServerNotification notification)
Specified by:
onNotification in interface ServerNotificationListener

reset

public static void reset()

gotSftpPutNotification

public static boolean gotSftpPutNotification()

gotSftpRenameNotification

public static boolean gotSftpRenameNotification()

gotSftpGetNotification

public static boolean gotSftpGetNotification()

gotSftpDeleteNotification

public static boolean gotSftpDeleteNotification()


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